ARCHIVE_LAG_TARGET parameter limit to 300 is degrading performance

0

I've noted that CPU/IO increaces in a frequency of 5 minutes, degrading performance. It is in sync with de redo log switch, fixed on 300 seconds with the paramter ARCHIVE_LAG_TARGET. It cannot be changed to 0 or larger numbers as Oracle on premise can be.

Is there any workaround for this issue? Why this parameter allows 300 seconds as maximum, when the Oracle documentation show that about 30 minutes is the recommended value to avoid performance issues? Thanks

2 回答
1

The archive_lag_target is set to 300 because in RDS Oracle RPO is 5 mins and that requires redo log to be switched every 5 mins and be stored in S3 bucket for recovery purposes. If this operation is causing a performance issue for your database then you need to allocate more resources to your RDS database e.g. bigger instance and storage with more IOPS and throughput. You can change archive_lag_target parameter in Oracle databases running on EC2 or in RDS Custom for Oracle.

AWS
SV
已回答 1 年前
0

Hello ok, It is data I cannot find in documentation.. Thank you very much

已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容