Skip to main content

Module tuning

Module tuning 

Source

Structs§

BridgeTuning
SPSC bridge and slab allocator tuning.
ClusterTransportTuning
Cluster transport tuning for QUIC connections and Raft consensus.
DataPlaneTuning
Data Plane core runtime tuning.
GraphTuning
Graph engine tuning (traversal limits, LCC algorithm).
KvTuning
KV engine tuning (hash table, expiry wheel, slab allocator).
MemoryTuning
Memory governance tuning (overflow region, document cache).
NetworkTuning
Network, deadline, and session tuning.
QueryTuning
Query execution tuning for the Data Plane executor.
SchedulerTuning
Tuning knobs for the Event-Plane scheduler and outbound HTTP emitters.
ShutdownTuning
Tuning knobs for the graceful shutdown path.
SparseTuning
Sparse/metadata engine tuning (BM25, GSI, HyperLogLog).
TimeseriesToning
Timeseries engine tuning (memtable budgets, block sizes).
TuningConfig
Top-level tuning configuration.
VectorTuning
Vector engine tuning (HNSW, PQ, IVF).
WalTuning
WAL writer and double-write buffer tuning.

Constants§

DEFAULT_MAX_DEPTH
Default maximum BFS traversal depth.
DEFAULT_MAX_VISITED
Default cap on visited nodes during BFS traversals. Prevents supernode fan-out explosion from consuming unbounded memory.