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 ordering on the returned set?
>
The query engine checks the WHERE conditions anyhow as it's O(n) but if
the index returned a sorted set it won't sort it again.

D.


Reply via email to