From d25b8060af68fd42a84b05f054787659c4259ae7 Mon Sep 17 00:00:00 2001 From: Gabe Abinante Date: Mon, 21 Aug 2017 13:15:37 -0700 Subject: [PATCH] remove aurora stuff, let's stage that in a separate PR for sanity --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ac9eee6..2be3898 100644 --- a/README.md +++ b/README.md @@ -1188,7 +1188,6 @@ RDS Aurora ### RDS Aurora Gotchas and Limitations - 🔸[Aurora is based on MySQL 5.6.10](https://news.ycombinator.com/item?id=12415693) with some cherry-picking of later MySQL features. It is missing most 5.7 features as well as some online DDL features introduced in 5.6.17. -- Aurora uses a proprietary caching system behind the scenes. This means query analysis in Aurora can be quite difficult, because there is no way to circumvent the cache. SELECT mysql_no_cache does not work in Aurora. RDS SQL Server --------------