Postgresql – Postgres offset will scan the whole table if I add where clause to the query?
I have let's say 100 000 records where 20 records relates to a concrete user. I am looking for confirmation that adding where clause to the query will make offset clause to scan only these 20 rows. e.g. record is…