doc(go-client): add per config detail config reference page#6004
Merged
Conversation
This config reference covers every single config/tweaks a user can make in clickhouse-go client along with 1. What it is? 2. What's the default value? 3. What's the recommended value? 4. What are the ways we can override these configs 5. What are the symptoms if those are configured in-correctly Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
peter-leonov-ch
approved these changes
Apr 10, 2026
peter-leonov-ch
left a comment
Contributor
There was a problem hiding this comment.
My Clause suggests:
- Add a "Version Compatibility" section for version-specific features
- Expand explanation of "per block" timeout behavior for ReadTimeout
- Consider adding a visual diagram for HTTP two-layer pooling
- Add memory calculation examples for buffer sizing
mshustov
reviewed
Apr 13, 2026
1. Wording changes for OLTP 2. Heading wording for recommended enforcement. 3. Trying settings in order 4. Settings preference clarifications Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
Blargian
approved these changes
May 15, 2026
Blargian
left a comment
Member
There was a problem hiding this comment.
LGTM, left a few minor suggestions
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This config reference covers every single config/tweaks a user can make in clickhouse-go client along with
Checklist