ltagliamonte-dd opened a new pull request, #3057: URL: https://github.com/apache/kvrocks/pull/3057
Current backups create full copies of all files, doubling disk space usage. This PR adds a lightweight backup mode that uses RocksDB checkpoints with hard links instead of copies, cutting space usage in half. Ideal for use cases like backoffice data inserts, it lets you pause writes, create and upload a backup without doubling disk space, then resume writes quickly and efficiently. This makes backups faster, leaner, and much more storage-friendly! TODO: add unit tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
