|
|
|
|
|
by whs
1832 days ago
|
|
We had similar problem where a running ETL job caused a production outage due to binlog pressure. One thing that surprised us that our TAM says that on a 1 AZ write-heavy workload normal MySQL would have higher performance as Aurora synchronously write to storage servers in other AZs. On immediate read-after-write workload that would mean it would take longer time to acquire lock. |
|
What is surprising about a multi-AZ database having higher latency than one that runs in only one AZ?