> I don't quite see why you need rowId to be contiguous to implement your
> paging. Can't you do something like this:
> 
> select * from mytable
> where rowId > :lastRowId
> order by rowId
> limit 100
> 
> OK I do it this way, but my concern was are these rows refilled later? 
Also what happens if the rowid exceeds U32?

Reply via email to