Skip to content

Performance improvements: multipart upload, parallel gets, spans#6451

Open
nadav-govari wants to merge 1 commit into
nadav/pr14from
nadav/pr15
Open

Performance improvements: multipart upload, parallel gets, spans#6451
nadav-govari wants to merge 1 commit into
nadav/pr14from
nadav/pr15

Conversation

@nadav-govari
Copy link
Copy Markdown
Collaborator

Description

Added spans for the S3 operations. Parallelized merge split download operations, added S3 timing metrics, and reduced the bar to chunk multipart uploads from 5gb to 512mb. Fixed the index migration.

How was this PR tested?

Dogfooding cluster.

/// We want to balance time spent waiting on uploads while still being careful about
/// not hammering S3 Puts, which can be expensive.
/// TODO: Dynamic multipart policy.
target_part_num_bytes: 512 * 1_024 * 1_024, // 5GB
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use bytesize for all these values

/// We want to balance time spent waiting on uploads while still being careful about
/// not hammering S3 Puts, which can be expensive.
/// TODO: Dynamic multipart policy.
target_part_num_bytes: 512 * 1_024 * 1_024, // 5GB
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leave this as it was and update it for our own purposes

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant