On 06/02/2011 12:01 PM, Jason Hunter wrote:
> Yes, if you ask to start at the millionth [1000000] item the server is going 
> to linearly scan the first 999,999 items to figure out which one is the 
> millionth.  If you start at a value such as "N" then the server can jump more 
> directly to the right starting point (through binary search or lookup tables, 
> depending on configuration).
>
>    
I'm curious what sort of configuration would affect that, Jason?

-Mike
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to