-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
It will be helpful in some circumstances to know the object number of the oldest/earliest object that exists for a table. One such situation is backup, but another could be various schema operations and future garbage collection.
Add an oldest_id field to WT_TIERED and the metadata written for a table, the code to maintain it (which currently just means initializing it to 1).