Hi, QueryCursor is used to get the records in pages instead of loading all records into client memory.
and I understand that sorting needs to get all the records into client (assuming reducer is client. correct me if i am wrong) memory. How does QueryCursor with sort query behaves ? Thanks. Thanks.
