El 20/03/10 06:42, Thomas Mueller escribió: >> we are planning on loose replication of H2 to many nodes (upwards of 500) >> using JGroups >> I thought this is for replication or remote db syncs.
The specific need is: to capture the complete and orded list of transactions (DML & DDL) that a frontend db has commited between two specific points in time ( Check Points) in a portable format of retained transaction log fragment. That can be SQL batch script or any other replay-able form. The use case is any scenario where it's needed to efficiently capture some workload with the purpose of: - propagate to others databases - Incremental backup implementation (checkpoint with full backup + transaction log retention // restore full backup + transaction log replay ) - audit or stats workload > To suggest new features, a good approach is to provide concrete > examples (if applicable with source code). Try to keep it short, > because otherwise people might not read it. Yes I know , but I'm working on other features right now. regards, Dario -- 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.
