> 
> i.e. Even if a search can be performed without pagination, this does not save 
> one from blowing out the caches when the data is retrieved from the docs? 
> Pagination may still be required?

Others have answered how you can use range indexes to pull the data from 
documents without fetching the documents, but in answer to this specific 
question, the perk of an unfiltered search is you can get jump ahead 
arbitrarily deep -- so you can get the authors of documents 1,000,001 to 
1,000,010 even without range indexes using only 10 fragment reads.  So you 
won't blow out any caches.

-jh-

_______________________________________________
General mailing list
General@developer.marklogic.com
http://xqzone.com/mailman/listinfo/general

Reply via email to