This is a little over my head at the moment, so please correct me if I get any concepts wrong.
I was looking at the docs for MVStore and the small blurb about online backup caught my eye. Is the log structured storage something that would play nice with filesystems like S3 or HDFS where the mode of operation tends to be append only? Could it be done in some type of synchronous / transactional manner? As an example to illustrate the kind of behavior I'd love to have, let's say I use MVStore as the table engine for H2 and have it connected to a normal GUI application. When the user clicks 'Save', I would like to have the data written to disk in the database and have the data written to (ex:) S3. Is that something that would be possible? If I were willing to tolerate the latency, could it be done synchronously? Better yet, could I get the chunk(s) related to a SQL transaction and let my application decide if / when / how to replicate? Ryan -- 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/groups/opt_out.
