J
jeremy
Video
When PostgreSQL Chooses a Parallel Sequential Scan Over an Existing Index
A sequential scan reads every row of a table's heap in order, and PostgreSQL's cost-based planner will choose it — or its multi-worker parallel variant — over an available index scan whenever it esti…