You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
- Add `memtx` section in the Configuration reference
- Add `memtx_sort_threads` option to the box.cfg reference and updated box.cfg reference
- Add `In-memory storage` topic to the Configuration section
- Update `Supplementary threads` topic and added a note about OpenMP threads deprecation
- Fix some build warnings
Fixes#4012Fixes#3509
Uh oh!
There was an error while loading. Please reload this page.
Related dev. issue(s): tarantool/tarantool#3389
Parent doc. issue: #4012
Product: Tarantool
Since: 3.0
Root document:
SME: @ nshy
Details
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:
Requested by @ nshy in tarantool/tarantool@4f617b7.
The text was updated successfully, but these errors were encountered: