|
|
|
|
|
by setr
2779 days ago
|
|
>it sounds like it took a pretty big leap of faith to go from heuristics to cost-based optimization Im pretty sure cost-based optimization is common enough and practically proven effective enough that its not really fair to call it a “leap of faith”; eg im pretty sure mysql and postgres both do it (and you can it see it in their EXPLAINs), and I imagine most commercial dbs do as well Its more of just a natural progression as the db gets improved Its a good article/work nonetheless, but nothing out of the ordinary in db implementation afaik |
|