From bf5b1820e44d79d14619faa083972252ab7e1145 Mon Sep 17 00:00:00 2001 From: Gabe Abinante Date: Mon, 21 Aug 2017 13:07:49 -0700 Subject: [PATCH] don't change authors file --- AUTHORS.md | 1 - README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS.md b/AUTHORS.md index 789fba6..efdf9a0 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -57,7 +57,6 @@ Please help if you can. See the [contribution guidelines](CONTRIBUTING.md) for n * [Patrick McDavid (ehippy)](https://github.com/ehippy) — [1+](https://github.com/open-guides/og-aws/commits?author=ehippy)/[1+](https://github.com/open-guides/og-aws/issues?q=author%3Aehippy) * [Elliott Spira (em0ney)](https://github.com/em0ney) — [5+](https://github.com/open-guides/og-aws/commits?author=em0ney)/[3+](https://github.com/open-guides/og-aws/issues?q=author%3Aem0ney) * [esell (esell)](https://github.com/esell) — [5+](https://github.com/open-guides/og-aws/commits?author=esell)/[1+](https://github.com/open-guides/og-aws/issues?q=author%3Aesell) -* [Gabe Abinante (gabinante)](https://github.com/gabinante) — [1+](https://github.com/open-guides/og-aws/commits?author=gabinante) * [Greg Leeds (gleeds)](https://github.com/gleeds) — [2+](https://github.com/open-guides/og-aws/commits?author=gleeds)/[1+](https://github.com/open-guides/og-aws/issues?q=author%3Agleeds) * [Glynn Forrest (glynnforrest)](https://github.com/glynnforrest) — [1+](https://github.com/open-guides/og-aws/commits?author=glynnforrest)/[1+](https://github.com/open-guides/og-aws/issues?q=author%3Aglynnforrest) * [Dmitry Golyshev (golyshev)](https://github.com/golyshev) diff --git a/README.md b/README.md index 2be3898..ac9eee6 100644 --- a/README.md +++ b/README.md @@ -1188,6 +1188,7 @@ 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 --------------