I found this page, saying
All paid plans have AOF enabled to log write operations every second as well as RDB backups to S3 daily or on-demand.
I know RDB means relational database, but what does AOF mean in this context?
AOF may stand for: Academy of Finance, the finance-based high school education program sponsored by the National Academy Foundation. Afrique Occidentale Française (French West Africa), a former grouping of French colonies.
Meaning explained! The abbreviation “OF” is used frequently on TikTok and many users have been curious about what it means. It appears that “OF” stands for OnlyFans, and is used by TikTok users who want to refer to the subscription service without actually spelling it out.
For example, CUST = Customer would make an ideal shorthand replacement as you have reduced the length of the word.
Append-Only File
Because there are no seeks or re-writing, it is typically immune to corruption problems due to dirty shutdown.
Redis uses AOF for persistence, and has a good writeup of advantages/disadvantages in their use case: http://redis.io/topics/persistence
Append Only File
the AOF persistence logs every write operation received by the server, that will be played again at server startup, reconstructing the original dataset. Commands are logged using the same format as the Redis protocol itself, in an append-only fashion. Redis is able to rewrite the log on background when it gets too big.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With