-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
On the page about persistence under Ok, so what should I use?, we recommend using RDB or RDB+AOF but discourage AOF alone:
There are many users using AOF alone, but we discourage it since to have an RDB snapshot from time to time is a great idea for doing database backups, for faster restarts, and in the event of bugs in the AOF engine.
Is this really true? I think this is outdated and incorrect. Using AOF alone seems perfectly fine to me, and using an AOF file for backup should be fine (although a single RDB file might be simpler to handle). Using both seems like a lot of unnecessary forking, if the data is large.
@valkey-io/core-team WDYT?
Metadata
Metadata
Assignees
Labels
No labels