|
|
|
|
|
by thr0w
298 days ago
|
|
> I disable nested loop join and it's 4 seconds. I feel your pain. I've been through all stages of grief with `enable_nestloop`. I've arrived at acceptance. Sometimes you just need to redo your query approach. Usually by the time I get the planner to behave, I've ended up with something that's expressed more simply to boot. |
|