Re: Speeding-up the OrderedIndex

2014-08-08 Thread Michael Marth
Hi, This means that if you truncate it to the minute you'll have correct sorting up to the minute but if you had 1k nodes added within that minute you won't be able to predict the order of that bucket. you mention previously that the Query Engine checks the order anyway. Is my interpretation cor

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 th

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 correc