Skip to content
Snippets Groups Projects
Commit 6c100924 authored by Nikolay Shirokovskiy's avatar Nikolay Shirokovskiy Committed by Dmitry Ivanov
Browse files

box: introduce memtx_sort_threads config parameter

Closes #3389
Closes #7689
Closes #4646

@TarantoolBot document
Title: new box.cfg parameter memtx_sort_threads

The parameter sets the number of threads used to sort keys of secondary
indexes on loading memtx database. The parameter cannot be changed
dynamically (as it does not make sense).

Maximum value is 256, minimum is 1. Default is to use all available cores.

Usage example:
```
box.cfg{memtx_sort_threads=4}
```
parent cb2a2df2
No related branches found
No related tags found
Loading
Showing with 144 additions and 360 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment