TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PostgreSQL Stories: A simple query with a big problem

5 pointsby anuragabout 1 year ago

1 comment

joe8756438about 1 year ago
Interesting. Of course, just because the index exists doesn’t mean the query planner will use it. I can’t remember off hand what happens when the join has that type of nested query. My first thought would be to run ANALYZE on a dev env and see what comes back. the hours long query would suggest tons of work cracking open json fields..