-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The AOF (append-only file) snapshot grows continuously due to its append-only design, risking increased disk usage and performance issues. A systematic log compaction mechanism is needed to periodically rewrite the log and remove obsolete data.
Steps to Reproduce
- Run the application and allow log entries to accumulate in the AOF snapshot over time.
Expected Behavior
The log file size should remain manageable with periodic compaction.
Proposed Fix
Implement a routine to compact and rewrite the AOF snapshot, removing outdated entries.
Additional Context
Consider performance impact and ensure data integrity during the compaction process.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request