Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wiki: Document sink_io_workers vs BDP #727

Open
bobvawter opened this issue Feb 27, 2024 · 1 comment
Open

wiki: Document sink_io_workers vs BDP #727

bobvawter opened this issue Feb 27, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@bobvawter
Copy link
Member

There's a default limit of 32 concurrent webhook requests. This may be overly conservative for high-throughput (i.e. post-split catchup) scenarios. Bandwidth-delay product is troublesome with a small number of outstanding requests.

https://www.cockroachlabs.com/docs/stable/cluster-settings#setting-changefeed-sink-io-workers

https://github.com/cockroachdb/cockroach/blob/55c5b541e1d0bcfca4c4f190b52ab4274b69a797/pkg/ccl/changefeedccl/sink.go#L844-L858

@bobvawter bobvawter added the documentation Improvements or additions to documentation label Feb 27, 2024
@bobvawter
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant