Making a Postgres query 1,000 times faster
Learn how we discovered what was slowing down large database queries, and what we did to make Postgres queries 1000x faster.
Source: mattermost.com
Stay updated with breaking news from Index Cond. Get real-time updates on events, politics, business, and more. Visit us for reliable news and exclusive interviews.
Learn how we discovered what was slowing down large database queries, and what we did to make Postgres queries 1000x faster.
I spent some time going over the Postgres schema of Gitlab. GitLab is an alternative to Github. You can self host GitLab since it is an open source DevOps platform. My motivation to understand the schema of a big project like Gitlab was to compare it against schemas I am designing and learn some best…
Any database schema is likely to have plenty of text fields. In this article I demonstrate the surprising impact of medium-size texts on query performance.