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

Multiple improvements for the journal load times #4706

Merged
merged 18 commits into from
May 24, 2024

Conversation

john-sharratt
Copy link
Contributor

  • Compressed memory is now passed around rather than decompressed.
  • Removed a copy operation on the journal save and restore
  • Added improved journal compaction which removes more events
  • Added new memory style properties that allow a backing file to be supplied

Copy link
Contributor

@theduke theduke left a comment

Choose a reason for hiding this comment

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

LGTM

lib/sys-utils/src/memory/fd_memory/fd_mmap.rs Outdated Show resolved Hide resolved
lib/vm/src/mmap.rs Outdated Show resolved Hide resolved
@theduke theduke merged commit 1480210 into main May 24, 2024
61 checks passed
@theduke theduke deleted the improved-journal-load-time branch May 24, 2024 21:23
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.

3 participants