|
|
|
|
|
by shadowgovt
1029 days ago
|
|
This is how I learned of the existence of the `EXPLAIN` keyword. Somehow I managed to miss its existence all this time, and it immediately sews up my biggest frustration using relational DBs: the method by which they evaluate a request is completely opaque and more-or-less disjoint from the SQL language (i.e. the solution they use is completely open-ended), so it's nearly impossible to just guess whether a given query will be super expensive. Very good to know. |
|