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

Use 64kb chunk when downloading files #1692

Merged
merged 3 commits into from
Sep 27, 2023
Merged

Use 64kb chunk when downloading files #1692

merged 3 commits into from
Sep 27, 2023

Conversation

vidok
Copy link
Contributor

@vidok vidok commented Sep 27, 2023

Follow-up #1685

To get better performance during file system IO we need to use a chunk size similar to the hard drive page size. The most modern SSD is 64kb.

Refer to #1282 to get more information.

Checklists

Pre-Review Checklist

  • this PR has a meaningful title
  • this PR has a thorough description
  • Added a label for each target release version (example: v7.13.2, v7.14.0, v8.0.0)

Related Pull Requests

@vidok vidok merged commit a04413a into main Sep 27, 2023
@vidok vidok deleted the dmitrii/adjust-chunk-size branch September 27, 2023 13:46
@github-actions
Copy link

💔 Failed to create backport PR(s)

The backport operation could not be completed due to the following error:
There are no branches to backport to. Aborting.

The backport PRs will be merged automatically after passing CI.

To backport manually run:
backport --pr 1692 --autoMerge --autoMergeMethod squash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants