Hi, one thing which often people do/need is to paginate between results using OFFSET + LIMIT and when they do it they often ORDER BY something their results.
I saw the "pseudo paging via query analysis of ORDER BY / OFFSET / LIMIT access patterns" idea in https://github.com/afs/LD-Access and it's great. Is there something we could do in ARQ (not caching) to optimize queries which have ORDER BY + OFFSET + LIMIT? If you have useful ideas, suggestions or interesting papers, please, point me at it. Thanks, Paolo
