-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines
-
5
-
StorEng - 2025-01-21
Right now we are walking the metadata file to determine what content needs copying from source to destination in live restore. This has one main problem in that it skips log files, right now we want to transfer log files, that may change in the future.
To implement this we need to do 2 things:
- Perform directory list on the log dir, and queue these logs
- Perform directory list on the database dir and queue the WiredTiger namespace objects
- Don't queue the metadata file when restoring from a backup.
We also should consider transferring the oplog as priority. Keep in mind that directory list will call into the live restore file system.
- depends on
-
WT-13819 Implement directory list functionality in the live restore FS
- In Progress