blob: 32af18a311b2d0f2a2aaa23124b60c03039421b3 [file] [view]
## Threading
The following global thread pools are defined:
* `{consistentId}-partition-operations-X` executes operations that are part of transactions (including those that make I/O
or potentially block on locks). All operations related to the same partition get executed on the same thread in this pool.