The key idea is to have various instances of h2 (replicas) running in the component replication system. My goal in this project is to create a fault-tolerance mechanism, to ensure that all replicas are kept consistent. The first thing that I'll be doing - the reason for the original question - is to create an efficient way to identify the state of a given replica, which will be done by integrating merkle trees in h2.
On Wednesday, 6 March 2013 05:07:29 UTC, Noel Grandin wrote: > > That's a bit vague. Perhaps if you tell us what you need to accomplish > with h2, we can help. > > On Tuesday, 5 March 2013, Johnny Bravo wrote: > >> Hello, >> >> I'm doing a small project that involves integrating H2 in a software >> component replication system, and need a bit of help regarting the >> structures/classes/variables used to store table data. >> Can someone point me in the right direction? >> >> Thanks, >> JB >> >> -- >> 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?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
