Hi Fred,
Thanks for the pointer! 'cursorMark' is a lot more performant alright,
though apparently it doesn't suit our use case.
I've written a loop function using OTP's httpc that reads each page, gets
the cursorMark and repeats, and it returns all 147 pages with consistent
times in the 40-60ms b
All great questions, Sean.
A few things. First off, for result sets that are that large, you are probably
going to want to use Solr cursor marks [1], which are supported in the current
version of Solr we ship. Riak allows queries using cursor marks through the
HTTP interface. At present, it