-
Type:
Technical Debt
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: PALI
-
Storage Engines - Persistence
-
5,845.323
-
StorEng - Defined Pipeline
-
2
Inside wiredtiger.in, there are fields such as:
uint64_t backlink_lsn;
uint64_t base_lsn;
uint64_t backlink_checkpoint_id;
uint64_t base_checkpoint_id;
It would be great to define their purpose in comments.