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
답변함 일 년 전
0

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

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠