Skip to main content

Module performance

Module performance 

Source
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§

AdaptivePerformanceTuner
Adaptive performance tuner for WAL system
ClusterAffinityOptimizer
Cluster-affinity optimizer for WAL record organization
ClusterAffinityStats
Cluster affinity optimization statistics
CompressionStats
Compression performance statistics
IOBatcher
I/O batcher for optimal write performance
IOBatcherStats
I/O batcher performance statistics
PerformanceConfig
Performance optimization configuration
PerformanceSnapshot
Performance snapshot for adaptive tuning
TuningStats
Adaptive tuning statistics
WALRecordCompressor
WAL record compressor/decompressor

Enums§

CompressionAlgorithm
Compression algorithms supported by WAL system