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…
MVCC and serializability in HyPer
In the realm of database management systems, the ability to handle concurrent transactions efficiently is paramount. As applications demand…
Comparison between Redis and DragonflyDB’s data stores
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…