Data Structures | Source Location | |
---|---|---|
|
|
The Block Manager manages the reading and writing of disk blocks in WiredTiger. It does compression and encryption when these are configured.
The state of the block manager is represented by the WT_BM
structure. Individual blocks being tracked are in WT_BLOCK
structures.