Hi, H2 does have a "cluster" feature, but it is quite limited, see the documentation.
But I would probably try out https://github.com/shesse/h2ha Regards, Thomas On Tue, Mar 17, 2015 at 6:23 PM, Martin Kersten <[email protected] <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > Hello H2 Group, > > I use H2 since my early Java days (around 2000 I guess) for driving > unit testing and I now work on a software that has a requirement for a > clustered database with up to 10TB or beyond total size. > > The software will implement a versionized document store, where the > document content are just byte [] arrays. It will use only three or four > tables with few columns and will not use foreign keys. > > Since I dislike the idea to configure alien software I would like to have > an embedded Java database that I can configure programatically forming a > cluster. > > > Is it possible that H2 can suite those requirements? Where would be the > limitations? > > > Thanks > > Martin (Kersten) > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
