Avoid redo log parsing during backup
General
Escalation
General
Escalation
Description
Environment
None
Activity
Show:
Details
Details
Assignee
Unassigned
UnassignedReporter
Satya Bodapati
Satya BodapatiLabels
Needs QA
Yes
Priority
Smart Checklist
Open Smart Checklist
Smart Checklist

Open Smart Checklist
Created February 7, 2023 at 1:17 PM
Updated 7 hours ago
Redo parsing during backup. Because of this parsing, we cannot copy the redo file as fast as we can.
This can be avoided for the new layout design. ie we should just copy redo as chunks/files without worrying about parsing redo. Current users of redo parsing during backup.
Look for DDL that skipped redo and happened during backup (lock-ddl=false) MLOG_INDEX_LOAD
Encrypted tablespace that were just created before backup. ie Page 0 doesn't have encryption info
The use-memory feature that predicts the amount of redo
Find the end of redo to be copied. (From 8.0, we now use pfs.log_status table to find the desired LSN to stop)