- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 Aurora 中有一个很大的数据库(~250GB),有很多插入。只有一个实例,所以我想创建一个副本以备冗余。当我们在做夜间快照时,我们更喜欢容错能力更强的系统,而且使用 Aurora 副本似乎可以提供自动故障转移。
我的问题:当我使用控制台并创建副本时究竟会发生什么?是否会出现一个新实例并开始从主实例中提取数据?这会影响数据库性能吗?我确信在副本“ catch ”并加载 250GB 之前需要一些时间;我怎么知道它什么时候“完成”?
不想有任何停机时间,所以我有点害怕在不知道它做什么的情况下按下“创建副本”按钮......
最佳答案
What exactly happens when I use the console and create a replica?
Will a new instance come up and begin pulling data from the master instance?
The cluster volume spans multiple Availability Zones in a single region, and each Availability Zone contains a copy of the cluster volume data.
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Aurora.Managing.html
Q: How far behind the primary will my replicas to be?
Since Amazon Aurora Replicas share the same data volume as the primary, there is virtually no replication lag. We typically observe lag times in the 10s of milliseconds.
Could that affect database performance?
I'm sure that it will take some time before the replica "catches up" and loads the 250GB; how will I know when it's "finished"?
关于amazon-web-services - 亚马逊极光副本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38977607/
以下是我用于创建 RDS 实例的 CFD 脚本。我正在尝试创建与 PostgreSQL 兼容的 Amazon Aurora,但遇到:无效存储类型:gp2 错误。 SnapshotRDSDBInst
我有如下表 |001000900|aaaaa BELLOWS CORPORATION||N| |001000905|ddddd DEPARTMENT OF LABOR AND EMPLOYMENT S
我在 AWS 中的 Aurora 数据库实例上执行 GRANT 语句时遇到此错误: The MySQL server is running with the --read-only option so
看看这个链接 https://staging.crowdyhouse.com/product-category/home-accessories/ 产品数量为 37,即 36(每页产品数量)+ 1 此
我是一名优秀的程序员,十分优秀!