|
|
|
|
|
by ruslan_talpa
3274 days ago
|
|
why would i "optimise" for the thing that might never happen (join not an option) while taking the hit right now?
i've tested this (3 level query) and the throughput is 10 times slower with dataloader, as in i need 10 servers instead of one to do the same job. |
|
It's perfectly valid to identify subtrees of your query that would benefit from being executed as a database query, but to do that to your entire query just sounds like you're asking for trouble, I'd even go so far as to call it a premature optimization.