summaryrefslogtreecommitdiff
path: root/wiki/mysql/choose-something-else.md
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/mysql/choose-something-else.md')
-rw-r--r--wiki/mysql/choose-something-else.md2
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,