On 6 August 2013 16:56, Keith Freeman <[email protected]> wrote: Your description makes me think that if new rows are added during the > paging (i.e. between one select with token()'s and another), they might > show up in the query results, right? (because the hash of the new row keys > might fall sequentially after token(last_processed_row)) >
Yes, new rows will appear if their hash is greater than last_processed_row. Richard.
