Hi, As an extension of the question, I am wondering about the clustering > of H2. It seems that non-read only statements are sent to both > databases (and there are clear limitations as outlined in the docs). > While I have not looked at the code, it seems that the update executes > are simply run on all nodes, but will that always lead to the same > database? >
That's the idea, yes. Please note the statements are always executed first on cluster node A and then B (the cluster node list is ordered), as documented. 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=en.
