-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Statistics
-
None
-
Storage Engines - Persistence
-
60.778
-
SE Persistence backlog
-
None
Btree statistics dominate the memory of an open dhandle, about 83KB, and disaggregated storage roughly doubles how many of those dhandles exist. The extra copies exist so concurrent sessions update different cache lines. Sys-perf on the disagg and ASC builds showed that fewer statistic buckets has little or no impact, and cutting the per-dhandle buckets would reclaim about 72KB on each open btree dhandle.