Re: [h2] MVStore and setVersionsToKeep(...)

2017-06-09 Thread Dan Armbrust
Hi, Could anyone help me out to better understand the version aspect of the MV store? /** * How many versions to retain for in-memory stores. If not set, 5 old * versions are retained. * * @param count the number of versions to keep */ If I have a file based store, does

Re: [h2] MVStore and setVersionsToKeep(...)

2016-07-20 Thread Dan Armbrust
Is there any other place I could look for additional documentation / details on the MV Store?  It does use this mailing list, I assume? Thanks, Dan On 06/23/2016 01:41 AM, Dan wrote: Hi, 

[h2] MVStore and setVersionsToKeep(...)

2016-06-23 Thread Dan
Hi, I've been testing out the MVStore for a project, and I'm unclear as to the purpose of the MVStore.setVersionsToKeep method. Per the doc: /** * How many versions to retain for in-memory stores. If not set, 5 old * versions are retained. * * @param count the number of