Hi, > Is there any way to integrate H2 with Apache Zookeeper
I didn't try it out yet, but I would be interested to know :-) If somebody can tell me how to do it, I will document it. > Not really worthwhile in an embedded database. H2 is not "just" an embedded database :-) > If you want clustered DB storage in a SQL database, you're better off looking > at the recent advances in the PostgreSQL > project's clustering extensions. It depends on what you want to do. H2 does support a limited for of clustering: http://h2database.com/html/advanced.html#clustering 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.
