2 ms·
I've reduced queries from minutes long to 2s in Postgres by duplicating a CTE and keeping it unused Query planner feels pretty LLM-esque already
by d0100 9d ago
I've reduced queries from minutes long to 2s in Postgres by duplicating a CTE and keeping it unused
Query planner feels pretty LLM-esque already
- Tanjreeve 9d agoThis isn't a conversation about the guts of query planners but postgres is known for what can only be described as gremlins in the query planner. But that is not the same thing as being non deterministic.