Closed
Description
Jens Schauder opened DATACMNS-1729 and commented
Value based pagination basically uses queries of the form: select n rows after the one with id value :id
On relational databases these kind of queries show better performance than the typical: select n rows after the first m especially when m is large.
It is likely that other stores benefit as well
No further details from DATACMNS-1729