Hi,

I want to use H2 in-memory as a read-only cache in front of a larger 
database.

This cache will hold about 20 tables, a total of 1Gb, and should be 
refreshed every 15 minutes.The fresh data will be available as a CSV file, 
so H2's creation from CSV is attractive: 
http://h2database.com/html/tutorial.html#csv

What is a good strategy for refreshing the data?

I was thinking on dropping the table and re-creating it from the fresh 
data, but how do I cope with in-between requests?

Thanks
--
Leonel



-- 
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 h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/ab9a2a98-c59a-4bf1-9a12-7d037615dbefn%40googlegroups.com.

Reply via email to