Hi, > I was wondering what happens when random_uuid() is invoked in an insert > statement in the context of a cluster. Is the SQL statement sent AS IS and > invoked locally on each node
Yes. See http://www.h2database.com/html/advanced.html#clustering "Clustering Algorithm and Limitations" Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=.
