-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
-
None
Keith discovered that adding a memset call (WT_CLEAR) to clear a WT_ITEM showed a consistent 2% degradation in the one place (row_search) where he added it over initializing each field explicitly to 0. He added WT_CLEAR_ITEM to fix that path. Investigate it, and see if there are other places that should use it.