|
|
|
|
|
by yen223
2246 days ago
|
|
The answer to the performance-related ones is simple. It always depends on the your query, your indexes, and your data. The same query can produce wildly different query plans if you have different data (or even if you have the same data, but the engine decided to sample different rows!) Best thing you can do is to learn how to read EXPLAIN ANALYZE results. |
|