Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Amazon Aurora 进行复制是否需要 GUID?或者,可以使用自动递增标识字段吗?Aurora是首选吗? 使用 GUID 的 Aurora 的性能是否比使用 GUID 的标准 MySQL 更好?
Amazon Aurora 不需要 GUID。Aurora 的复制是物理的,基于重做日志重放,因此不需要像逻辑二进制日志复制那样的标识符(尽管也支持二进制日志)。阿努拉格@AWS