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

rfc(decision): Batch multiple files together into single large file to improve network throughput #98

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add conclusion
  • Loading branch information
cmanallen committed Aug 29, 2023
commit 71f1715b5e363dc6f1110b185a206f76eba6d262
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ def zero_bytes_in_range(blob: io.BytesIO, start: int, length: int) -> None:

# Conclusion

Buffering files can provide significant throughput and cost advantages and poses minimal downside.
Buffering files can provide significant throughput and cost advantages and poses minimal downside. Kafka is the suggested implementation mechanism for batching files. It has strong client support for batched network-operations and is a well understood software-system within Sentry.