Sorting in Postgres 15 is 371% faster in certain cases
Jun 1, 2022
09:37
forum Ask episode
view_agenda Chapters
auto_awesome Transcript
info_circle Episode notes
Fantastic gains in Postgres 15! improved sorting by 371%. Normally you can avoid sorting by using an index access path. However, you can’t always have an index on every group by, order by, join or distinct predict. This will come handy. Let us discuss