#postgresql #reading-list #sql

🔗 An ORDER BY statement improved our query times by 100x
webapp.io

PostgreSQL queries can be sped up by creating the right indices, and making sure that the indices are being used.

It's a tale as old as SQL databases - there's a critical code path being hit many times per second, but its queries are inexplicably slow.

continue reading on webapp.io

⚠️ This post links to an external website. ⚠️