cockroachdb / cockroachdb/docs
flowinfra: make max_running_flows default depend on the number of CPUs
Open
C-product-change
release-22.1
- Dominant language
- HTML
- Stars
- 212
- Forks
- 476
- Avg merge
- 40m
- Merged PRs (30d)
- 3
Description
Exalate commented:
https://github.com/cockroachdb/cockroach/pull/71787 --- Release note (ops change): The meaning of `sql.distsql.max_running_flows` cluster setting has been extended so that when the value is negative, it would be multiplied by the number of CPUs on the node to get the maximum number of concurrent remote flows on the node. The default value is -128, meaning that on a 4 CPU machine we will have up to 512 concurrent remote DistSQL flows, but on a 8 CPU machine up to 1024. The previous default was 500.
Jira Issue: DOC-1694
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.