Hi,

I also need this function on persistent store mvstore.setVersionsToKeep 
only works on in-memory. Any chance of implementing 
mvstore.setVersionsToKeep for persistent store?

Cheers


On Monday, October 24, 2016 at 12:00:05 PM UTC+7, Trig Chen wrote:
>
> I'm to use MVStore to store time-series data, the data may consist of 
> thousands scan and one scan may have thousands integer points.
> I find out the file size increasing greatly than the data actually needs.
> I use mvstore.setVersionsToKeep(0) or mvstore.setVersionsToKeep(1), but it 
> still increase as every time I rerunned the same store procedure.
> Is there a way to disable the versioning function of MVStore since I just 
> do not need and not care about it.
>
>

-- 
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 post to this group, send email to h2-database@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to