Tag

Data durability

1 views collected around this technical thread.

Top Architect
Top Architect
Nov 23, 2021 · Databases

Understanding Redis Persistence: RDB and AOF Mechanisms

This article explains how Redis, an in‑memory key‑value store, ensures data durability through two persistence methods—RDB snapshotting and AOF command logging—detailing their commands, file structures, configuration options, performance trade‑offs, and rewrite processes.

AOFData durabilityDatabase
0 likes · 13 min read
Understanding Redis Persistence: RDB and AOF Mechanisms
Architect
Architect
Oct 27, 2021 · Databases

Understanding Redis Persistence: RDB and AOF Mechanisms

This article explains how Redis, an in‑memory key‑value store, ensures data durability through two persistence methods—RDB snapshots and AOF command logging—detailing their commands, internal workflows, file structures, configuration options, and trade‑offs between safety and performance.

AOFData durabilityDatabase
0 likes · 13 min read
Understanding Redis Persistence: RDB and AOF Mechanisms
Architects' Tech Alliance
Architects' Tech Alliance
Jun 16, 2019 · Databases

In-Memory Databases: Evolution, Advantages, Challenges, and Future Directions

The article explains the concept of in‑memory (main‑memory) databases, traces the maturation and cost reduction of memory technology, discusses their performance benefits and volatility challenges, and outlines current bottlenecks, persistent‑memory breakthroughs, and future development stages.

DRAMData durabilityIn-Memory Database
0 likes · 7 min read
In-Memory Databases: Evolution, Advantages, Challenges, and Future Directions