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

X-ClickHouse-Summary not included in -statistics when only doing an insert query #233

Open
PimMeulenkamp opened this issue Jan 23, 2025 · 0 comments

Comments

@PimMeulenkamp
Copy link

Im trying to do an insert query nd then check the result using the statistics('written_rows') method to see how many rows have been written. However, even though I do see the X-ClickHouse-Summary header in ClickHouseDB\Transport\CurlerResponse, the statistics method keeps returning null.

Image

just wondering if summary is even included in the statistic because its uses just body from the curl response

Do we need to create a new method on Statement like summary($key) or include the summary in statistics

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

No branches or pull requests

1 participant