TarMK compaction, proposed update

2014-08-07 Thread Alex Parvulescu
Hi, Playing with the TarMK compaction lately, I realized that the process may create additional files even if globally there is no real need to do so (not enough garbage to justify running compaction). The way it works now is: you manually trigger the compaction process, this will start copying

Speeding-up the OrderedIndex

2014-08-07 Thread Davide Giannella
Hello team, I was thinking in background around how we could speed-up the current ordered index and just realised the our main use case is the indexing of dates. Currently the index indexes the full date translated into a string[0] up to the 'Z' of the JCR date format[1] (0)

buildbot failure in ASF Buildbot on oak-trunk-win7

2014-08-07 Thread buildbot
The Buildbot has detected a new failure on builder oak-trunk-win7 while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/oak-trunk-win7/builds/460 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-win7 Build Reason: scheduler Build Source

Re: Speeding-up the OrderedIndex

2014-08-07 Thread Justin Edelson
Hi Davide, Could this be configurable on the QID? Justin On Thursday, August 7, 2014, Davide Giannella dav...@apache.org wrote: Hello team, I was thinking in background around how we could speed-up the current ordered index and just realised the our main use case is the indexing of dates.