Re: TarMK compaction, proposed update

2014-08-08 Thread Jukka Zitting
Hi, Note that in many cases it's only the compaction operation that will make no longer used space available for collection by the cleanup operation. Thus such a pre-check will likely require a full repository traversal to find all bulk segments that are still being referenced. That should be

Re: Speeding-up the OrderedIndex

2014-08-08 Thread Davide Giannella
Hello Justin, On 07/08/2014 15:12, Justin Edelson wrote: Hi Davide, Could this be configurable on the QID? I was thinking on the same line. We create the code so almost everything is possible. :) What would it be a good default? Definitely when sorting I don't care of the millisecond

Re: Speeding-up the OrderedIndex

2014-08-08 Thread Michael Dürig
On 7.8.14 11:22 , Davide Giannella 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. Currently the index indexes the full date translated into a string[0] up to the 'Z' of

Re: Speeding-up the OrderedIndex

2014-08-08 Thread Davide Giannella
On 08/08/2014 09:21, Michael Marth wrote: Hi, you mention previously that the Query Engine checks the order anyway. Is my interpretation correct that the Index would return the results unordered within the minute interval to the query engine, then the query engine would do the correct