-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Limit size of blocks to X bytes on compaction. #3068
Comments
On it now, proposal to be created. |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Still in progres. Vertical block sharding has to be designed and implemented. |
Proposal is half done: #3390 The plan is to team up with LFX mentee for knowledge sharing 🤗 |
Hey @bwplotka, I'd like to pick this up again and work on it.
From what I understand, we need to shard the block after certain size continuously so that it won't hit the size limit (64gb as for now). Also how are we planning to shard these blocks, I remember planning of breaking blocks into half of the compacted size until its below the threshold value, Any pointers on that ? |
cc @Biswajitghosh98 🤗 |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Closing for now as promised, let us know if you need this to be reopened! 🤗 |
How about a new flag to set max time range to apply compaction on? So if for example the compactor detects metadata with |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Where is the proposal for this feature? |
Here: #4191 |
Update: Currently compactor will not create bigger blocks than with the index configured with I will add another one with more dynamic solution that actually can split blocks vertically. |
Created for tracking #5437 |
This feature is mainly about limiting block index size? Chunk sizes are not included |
@bwplotka how can we control Block sizes?
we see this error in these cases:
|
This is to ensure the scalability of the compactor.
Tricky part: How to shard block, what label to put, or maybe vertical compaction?
The text was updated successfully, but these errors were encountered: