Postgresql – Keyset pagination with alternating sort order within the set of keys?
I have a table called event which has id (uuidv4), name, description, created_at and updated_at columns. I am trying to understand "keyset pagination". This is what I understand right now: Base query (first page): SELECT * FROM event ORDER BY…