Daily Shaarli

All links of one day in a single page.

May 18, 2024

Making a Postgres query 1,000 times faster - Mattermost

Row Constructor Comparison

https://dba.stackexchange.com/questions/241591/postgres-choosing-a-filter-instead-of-index-cond-when-or-is-involved

TL;DR : x > a OR (x == a AND y > b) to (x, y) > (a, b)