Don’t OFFSET Your SQL Query’s Performance
Too Long; Didn't Read
OfFSET allows you to retrieve just a portion of the rows that are generated by the rest of the query. It sounds good, but there is a major issue: **as the number of skipped rows increases, query times become slower. The more rows we have to use using OFFSET, the heavier the query becomes.