Skip to content

Add max_insert_block_ms setting. #18273

@alexey-milovidov

Description

@alexey-milovidov

The setting is similar to max_insert_block_size.

Use case

Client opens HTTP connection to the server and sends records row by row in POST request for INSERT query.
Server will write blocks to a table every max_insert_block_size rows or every max_insert_block_ms, whatever comes first.

TLDR: simply open a connection to the server and stream data to it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions