Skip to content

Error: Chunk size is too large (version 21.3.2.5 (official build)) #74

@mathurs

Description

@mathurs

We are using node-clickhouse and creating batches of insert values like

INSERT INTO .... values (), (), ()...

and so on.

After a certain batch size, the database starts to complain with the following error

Error: Chunk size is too large (version 21.3.2.5 (official build))
code: 307,
scope: 'DB::Exception:'

While researching more on this problem, I found the following thread

ClickHouse/ClickHouse#21907

which seemed to suggest it could be related to chunk headers. Can submit a script to try and reproduce the issue.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions