nosql-java-sdk
nosql-java-sdk copied to clipboard
Avoid caching full query result for queries with generic sort and LIM…
Queries that do generic sort and also include LIMIT clause, do not need to store that full query result in client memory, as it is done today. The just need to store a max of OFFSET+LIMIT results.