The WiredTiger transaction ID manager uses queues of IDs to track transactions across all active sessions. It would be useful to see how those queues are being used, including:
- Current queue length
- When inserting, whether it's an append or not
- How many entries need to be walked when updating global IDs
Related toWT-3381