AWS Aurora 和自增
AWS Aurora and Auto-increment
我们考虑将现有的 MySql 集群数据库切换到 AWS Aurora。
Aurora 是否支持自增列?
假设答案是肯定的——
Aurora的Multi-Master是否支持自增?
极光是 "MySQL compatible"。来自常见问题解答:
https://aws.amazon.com/rds/aurora/faqs/
"most of the code, applications, drivers and tools you already use today with your MySQL databases can be used with Aurora with little or no change."
除非另有说明,否则应包括自动增量列,并且在 Aurora 不支持的 MySQL 功能列表中未提及:
我们考虑将现有的 MySql 集群数据库切换到 AWS Aurora。 Aurora 是否支持自增列? 假设答案是肯定的—— Aurora的Multi-Master是否支持自增?
极光是 "MySQL compatible"。来自常见问题解答:
https://aws.amazon.com/rds/aurora/faqs/
"most of the code, applications, drivers and tools you already use today with your MySQL databases can be used with Aurora with little or no change."
除非另有说明,否则应包括自动增量列,并且在 Aurora 不支持的 MySQL 功能列表中未提及: