Understand how different applications and databases use fsync and why it may be used in a wrong manner leading you to lose your data
Integrating Snapshotter with a memory datastore in Golang
Taking Point in time snapshots for a Golang datastore
How Request processing has changed over the years
I came across Ryan Dahl’s (NodeJS creator) talk on how the event loop was architected to handle a far higher RPS compared other interpreted languages.
Snapshotting in a high throughput shared nothing database
Implementing snapshotting in a high throughput database
Why and how I switched from Medium
In this post, we will understand how Redis and DragonflyDB store the data in memory. Both of them are in-memory datastores. Redis uses a…