Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 390 Bytes

cpu_set.md

File metadata and controls

10 lines (7 loc) · 390 Bytes

CPU-SET

Given that we are employing Thread-Per-Core strategy to apply run-to-complete paradigm, we need to assign each core during configuration.

Assume we have 4 cores available.

Store io_uring instance is running the polling mode. SQ_POLL thread binds to CPU-3. IO thread binds to CPU-2 Primary range-server worker binds to CPU-1 Indexer thread, RocksDB thread-pool binds to CPU-0