ROWS counts physical rows and RANGE counts values, so they are identical until two rows share an ordering value. RANGE is the default when a frame is not…
The total autoloaded payload is a single number that predicts a large fraction of baseline request time, and almost nobody knows theirs. Tracking the figure over time is…
Adding ORDER BY to a window changes what the aggregate means, because it changes the default frame from the whole partition to everything up to the current row.…
Every autoloaded option is fetched on every request, and a plugin storing a cache in one turns a cache into a fixed cost. The total autoloaded size is…
A composite index serves any query using a leftmost prefix of its columns, which means three separate indexes are frequently one index somebody did not notice. The gap…
An index containing every column a query needs answers it without reading the table, which on a wide row is the difference between one page read and two.…