4 ms·
> it stores data in memory, and async starts writing data to disk in small data chunks called deltas, later these chunks are deleted and replaced with the whole
by worthless443 4y ago
> it stores data in memory, and async starts writing data to disk in small data chunks called deltas, later these chunks are deleted and replaced with the whole graph snapshot
Thanks, that fairly answers my question of recoverability of in-memory graphs.
- mbuda 4y agoPerfect!