It's possible that the file we are importing is from the future; that is, there exist timestamps in the imported object that are newer than those in the current database.
On import, WiredTiger should compare the aggregate timestamp information for the root page of the imported file with the global timestamp information of the current database. If the imported data contains newer timestamp information, WiredTiger should return an error.
- depends on
-
WT-6690 Add support for table import when the exported configuration is provided
- Closed