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

已提問 1 年前檢視次數 473 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南