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 Async Parquet Writer for dora-record #434

Merged
merged 3 commits into from
Mar 11, 2024
Merged

Conversation

haixuanTao
Copy link
Collaborator

This PR makes it possible to:

  • Concurrently write records of data
  • Use Apache Parquet Compression to reduce storage size to avoid slow transfer speed.

This commit makes it possible to:
- Concurrently write records of data
- Use Apache Parquet Compression to reduce storage size to avoid slow transfer speed.
Copy link
Collaborator

@phil-opp phil-opp left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

libraries/extensions/dora-record/src/main.rs Show resolved Hide resolved
@haixuanTao haixuanTao merged commit 9cb8d3c into main Mar 11, 2024
17 checks passed
@haixuanTao haixuanTao deleted the dora-record-async branch March 11, 2024 20:00
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.

2 participants