Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hero-24
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
hero-24
8mo ago
oh wow
2.
▲
by
hero-24
8mo ago
ideally? yes. in practice? big nope. How you actually interpret what you're seeing here? does it look like more like optimizer fragility (plans that assume ideal memory conditions) or more like runtime memory management limits (good pl
3.
▲
by
hero-24
8mo ago
From my experience, planning is often the first headache I have to deal with (join order, hash sizing, operator choice), before concurrency and memory even come into play.
4.
▲
by
hero-24
1y ago
Is this true? Has anyone actually tested and confirmed?