Y
Hacker News
new
|
ask
|
show
|
jobs
by
jasimq
4130 days ago
What's the SQL for the second optimized tree?
1 comments
rco8786
4130 days ago
It's the same. That's the point :). You need to plan your queries much differently when your data is not in a single node.
link
jasimq
4129 days ago
I don't think it's the same. The filters have to be done in separate queries on both the tables, and then the results the joined.
link