Skip to main content

Module parallel_engine

Module parallel_engine 

Source
Expand description

Parallel Execution Engine — Rayon-based parallel query execution

This module provides a parallel execution engine that leverages Rayon’s thread pool to execute queries in parallel, improving performance for large workloads.

Structs§

DbConfig
데이터베이스 전체 설정
ParallelExecutionEngine
Parallel execution engine using Rayon thread pool
ParallelismConfig
병렬 처리 설정 — CPU 사용량 상한 및 임계값 제어

Enums§

DirtyBufferMode
WOS dirty 버퍼에 사용할 자료구조 선택.
ParallelizationPolicy
Parallelization policy for the execution engine