summaryrefslogtreecommitdiff
path: root/wiki/mysql/choose-something-else.md
diff options
context:
space:
mode:
authorOwen Jacobson <owen.jacobson@grimoire.ca>2013-01-25 12:14:40 -0500
committerOwen Jacobson <owen.jacobson@grimoire.ca>2013-01-25 12:14:40 -0500
commite3188eebc5391c93101125bcacda04f7acd75ee0 (patch)
tree75399c9310e6ea92b39ae978266f251535314193 /wiki/mysql/choose-something-else.md
parentd0ad4f523b97110764d70e87d30828dda4083688 (diff)
It's not spelled with two 'n's. (Thanks, @grumqa!)
Diffstat (limited to 'wiki/mysql/choose-something-else.md')
-rw-r--r--wiki/mysql/choose-something-else.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki/mysql/choose-something-else.md b/wiki/mysql/choose-something-else.md
index e2cdbcd..b70d17a 100644
--- a/wiki/mysql/choose-something-else.md
+++ b/wiki/mysql/choose-something-else.md
@@ -373,7 +373,7 @@ this, too! And fumbles it quite badly.
views to avoid the problems with "real" views.
* It also effectively means triggers can't be used to emulate `CHECK`
constraints and other consistency features.
- * Code to maintain materialized views is also finnicky and hard to get
+ * Code to maintain materialized views is also finicky and hard to get
"right", especially if the view includes aggregates or interesting joins
over its source data. I hope you enjoy debugging MySQL's procedural
SQL…
@@ -397,7 +397,7 @@ this, too! And fumbles it quite badly.
Helpful! For per-table configurations, they still all end up
together in the same file. Partitioning InnoDB tables is a waste of
time for managing storage.
- * TL,DR: MySQL's partition support is so finnicky and limited that
+ * TL,DR: MySQL's partition support is so finicky and limited that
MySQL-based apps tend to opt for multiple MySQL servers ("sharding")
instead.