Skip to content

The block returned by InputStream should obey the max_block_size constraint #3436

@windtalker

Description

@windtalker

In TiFlash there is a setting named max_block_size, which means the max number of rows for each block, so the block returned by InputStream should obey this constraint.
Currently, most of the InputStream obeys this constraint except for aggregation and join, the size of block returned by aggregation and join is un-limited, should find a way to fix this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions