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

feat(fuse): Make adjust io requetsts more gentle #9021

Merged
merged 1 commit into from
Nov 30, 2022

Conversation

BohuTANG
Copy link
Member

@BohuTANG BohuTANG commented Nov 30, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

  • Change the adjusted base block from 160MB to 300MB
  • Remove the bloom filter index cache size from max_memory_usage

Test:
Settings:

max_memory_usage = 8GB
max_storage_io_requests=1000

Query:

create table hits1 as select * from hits;

image

select * from hits ignore_result;

image

 INFO common_storages_fuse::operations::read_data: read block data adjust max io requests:23

Closes #issue

@vercel
Copy link

vercel bot commented Nov 30, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Nov 30, 2022 at 0:56AM (UTC)

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label Nov 30, 2022
@BohuTANG BohuTANG marked this pull request as ready for review November 30, 2022 01:19
@BohuTANG BohuTANG merged commit 9568fd0 into databendlabs:main Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants