How Redis efficiently snapshots gigabytes of memory to disk (forking)
Aug 21, 2021
04:36
forum Ask episode
view_agenda Chapters
auto_awesome Transcript
info_circle Episode notes
I discuss the concept of process forking, copy on write (COW) aka shadowing, and how Redis the in-memory database take advantage of that for asynchronous snapshotting,