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

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

Open
windtalker opened this issue Nov 15, 2021 · 0 comments
Labels
severity/moderate type/enhancement Issue or PR for enhancement

Comments

@windtalker
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/moderate type/enhancement Issue or PR for enhancement
Projects
None yet
Development

No branches or pull requests

2 participants