diff options
Diffstat (limited to 'wiki/mysql')
| -rw-r--r-- | wiki/mysql/choose-something-else.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/mysql/choose-something-else.md b/wiki/mysql/choose-something-else.md index 9c7f0bd..fb9b259 100644 --- a/wiki/mysql/choose-something-else.md +++ b/wiki/mysql/choose-something-else.md @@ -613,7 +613,7 @@ a specific index, filters the rows itself, and asks the engine to close the table. This simplistic interface frees table engines from having to worry about query -optimisation - in theory. Unfortunately, engine-specific features have a large +optimization - in theory. Unfortunately, engine-specific features have a large impact on the performance of various query plans, but the channels back to the query planner provide very little granularity for estimating cost and prevent the planner from making good use of the engine in unusual cases. Conversely, |
