Open subains opened 7 months ago
Currently all write go via the flush list and this causes mutex bottlenecks. Need to figure out a way to do write pages directly via the buffer pool especially during shutdown or bulk operations.
Currently all write go via the flush list and this causes mutex bottlenecks. Need to figure out a way to do write pages directly via the buffer pool especially during shutdown or bulk operations.