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

perf: Improve checkpoint updating performance #4331

Merged
merged 6 commits into from
Jan 16, 2025

Conversation

sehz
Copy link
Contributor

@sehz sehz commented Jan 16, 2025

resolves #4322

Disable fsync in the hw checkpoint updating. It turns out that hw values will be auto reconciled anyway so even if hw values are behind actual values, it will be updated when cluster is restarted.

Clean up storage crate by moving dep as workspace and update its CLI to read hw values.

@sehz sehz force-pushed the sehz/disable_fsync branch from cc55574 to f9bf78b Compare January 16, 2025 01:29
@sehz sehz requested a review from fraidev January 16, 2025 05:08
Copy link
Contributor

@fraidev fraidev left a comment

Choose a reason for hiding this comment

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

Awesome! 🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀

@sehz sehz enabled auto-merge January 16, 2025 16:10
@sehz sehz added this pull request to the merge queue Jan 16, 2025
Merged via the queue into infinyon:master with commit 81e9533 Jan 16, 2025
102 checks passed
@sehz sehz deleted the sehz/disable_fsync branch January 16, 2025 16:43
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.

improvement checkpoint performance
2 participants