-
Type: Technical Debt
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: LSM
-
Storage Engines
-
2
-
StorEng - Defined Pipeline
LSM was removed in WT-12751. As a result, we should be able to remove the bulk=unordered undocumented config in __wt_curfile_open according to this comment:
/* * Unordered bulk insert is a special case used internally by index creation on existing * tables. It doesn't enforce any special semantics at the file level. It primarily exists * to avoid some locking problems between LSM and index creation. */ else if (!WT_CONFIG_LIT_MATCH("unordered", cval)) WT_RET_MSG(session, EINVAL, "Value for 'bulk' must be a boolean or 'bitmap'");
For context: