mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-03-09 15:40:06 +00:00
Merge pull request #627 from silviabotros/master
Specify Aurora release in the gotchas and add a line about GTID lack of support
This commit is contained in:
commit
087438c6dc
1 changed files with 3 additions and 1 deletions
|
@ -1235,7 +1235,9 @@ 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 1.x is based on MySQL 5.6.x](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 does not support GTID transactions even in the 5.6/Aurora 1.x release line.
|
||||
- Aurora maximum cluster size is 64 TB
|
||||
|
||||
RDS SQL Server
|
||||
--------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue