-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
During a bulk load we compare each key inserted against the last key inserted so that we don't let the user create a corrupted table; we wouldn't have to do that comparison when called from the LSM merge code because we know it's inserting in the right order.
- related to
-
WT-1135 Add a cursor configuration to skip the in-order key check in a row-store bulk load.
- Closed