Skip to content

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

@PimMeulenkamp

Description

@PimMeulenkamp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions