From e3188eebc5391c93101125bcacda04f7acd75ee0 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 25 Jan 2013 12:14:40 -0500 Subject: It's not spelled with two 'n's. (Thanks, @grumqa!) --- wiki/mysql/choose-something-else.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiki/mysql/choose-something-else.md') 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. -- cgit v1.2.3