Hi,

> I wrote a TableEngine because the link is done immediately and it avoids
data duplication

Yes. That's a good idea. My idea was, if the files are small, then the
duplication wouldn't be such a big problem.  How large are the files in
general?

> moreover it enable the use of index and updates.

Is it important to ensure data is not corrupted on a crash ("kill -9") or
power failure? If yes, what is the plan to ensure it? If you don't have
plans yet, I'm sure we come up with a good idea (for example "overlay" the
file, that is, just store the deltas). If not, why isn't it a problem?

Regards,
Thomas

-- 
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.


Reply via email to