|
|
|
|
|
by psi-squared
3444 days ago
|
|
There's a really nice article about the Postgres query optimizer, which goes into much more detail about the algorithms used (it's likely that at least the basic ideas are shared with SQL server, though I can't say for sure). I really like the exposition in this: http://jinchengli.me/post/postgres-query-opt/ |
|