Expand description
V2 WAL performance optimization components.
This module provides advanced performance optimizations for the V2 WAL system, including compression algorithms, I/O batching strategies, cluster-affinity optimizations, and adaptive tuning mechanisms.
Structs§
- Adaptive
Performance Tuner - Adaptive performance tuner for WAL system
- Cluster
Affinity Optimizer - Cluster-affinity optimizer for WAL record organization
- Cluster
Affinity Stats - Cluster affinity optimization statistics
- Compression
Stats - Compression performance statistics
- IOBatcher
- I/O batcher for optimal write performance
- IOBatcher
Stats - I/O batcher performance statistics
- Performance
Config - Performance optimization configuration
- Performance
Snapshot - Performance snapshot for adaptive tuning
- Tuning
Stats - Adaptive tuning statistics
- WALRecord
Compressor - WAL record compressor/decompressor
Enums§
- Compression
Algorithm - Compression algorithms supported by WAL system