if you want to implement something like this, your best bet is try something like:
(*) every X days create a new table that you insert data into, and drop the oldest table (*) create a VIEW that UNIONs all of the current tables (*) do all your inserting using the latest table name (*) do all of your querying using the VIEW -- 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 https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
