Live data from Hacker News

Versioning data in Postgres? Testing a Git like approach

specfy.io

91–92 of 92 posts

Re: Versioning data in Postgres? Testing a Git like approach

#91
post #40
post #39

Earlier quoted context omitted.

You've never run into a query planner that suddenly changes its mind once your tables grow. Try using row level security in postgres - it's awfully slow and you need to be a master architect and sql developer to make it run fast because it's too dumb on its own. With query planner hints I could at least guide it. Shame pg doesn't believe in that.

Poster said oracle not PG

Oracle has query hints; pg does not. Query planner hinters are useful. That's my point.
Post reply on HN