chunk size relation to s3 cold / hot storage performance #1413
Answered
by
aawsome
benjaminpreiss
asked this question in
Q&A
-
Heya everyone! I am wondering:
Anyway, can the chunk size be influenced in rustic? |
Beta Was this translation helpful? Give feedback.
Answered by
aawsome
Mar 2, 2025
Replies: 1 comment 2 replies
-
First note that there are 2 different things:
As you are talking about the backend performance, the pack size is IMO the one you are talking about. And yes, that can be influenced, see https://rustic.cli.rs/docs/commands/init/intro.html or use Chunk sizes can not be changed currently they are set to be in the range of 512kb up to 8MiB. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@benjaminpreiss Sorry for the late reply:
No, as the "optimum" depends on the storage you are using. But the default tries to implement larger pack files for larger repositories such that the growth in each pack file size and the growth in the number of pack files is roughly the same. If you have a storage where high numbers of files hurt, you should change the default. If you have a storage where (many) very big or very small files hurt, you should change the default.