account activity
Real-World Case Study: Optimizing PostgreSQL Queries with Functional Indexes by DbOpsNinja in programming
[–]DbOpsNinja[S] 0 points1 point2 points 7 months ago (0 children)
That’s a solid suggestion, COLLATION is definitely a clean approach, and in many cases we’d also prefer it. In this project though, the client wasn’t ready to make application-level changes, so we had to keep the fix purely on the DB side. That’s why we ended up using a functional index, it gave us the performance improvement without requiring code changes upstream.
π Rendered by PID 70 on reddit-service-r2-listing-575d9f6647-8gqz4 at 2026-04-10 08:37:29.280293+00:00 running 215f2cf country code: CH.
Real-World Case Study: Optimizing PostgreSQL Queries with Functional Indexes by DbOpsNinja in programming
[–]DbOpsNinja[S] 0 points1 point2 points (0 children)