ClickHouse / ClickHouse/clickhouse-java
[jdbc-v2] review default value for wait_end_of_query
Open
jdbc-v2
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 636
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 28
Description
### Description
There is setting `wait_end_of_query` https://clickhouse.com/docs/operations/settings/settings#http_wait_end_of_query that enabled query buffering on server side.
Mainly how it affects query of big data and statistics returned in response.
What need to be done:
- Explore effect on client side.
- Document usage
- Update code if needed.
Contributor guide
Assessment
This issue has not been assessed yet.