|
|
|
|
|
by ankrgyl
4011 days ago
|
|
Most relatively mature database implementations do in fact apply this optimization. These databases have a component which can estimate the cost and benefit of such operations before running the query. The optimization that you mentioned turns out to be a no-brainer in most cases. |
|