We have a set of macros for handling statistics gathering of the WT_STAT_CONN_INCR and WT_STAT_DHANDLE_INCR type. A lot of statistics are duplicated across both the connection and dhandle, so we end up with a pair of calls to the macros. We should consolidate to allow a single macro to update both dhandle and connection statistics when both are present.
- is related to
-
WT-6862 Remove duplicate in statistics descriptions
- Closed