From 447437bfc91bee29f6b03baffeaf54adac7bfabd Mon Sep 17 00:00:00 2001 From: Aryan Chaurasia <36154235+kulterryan@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:11:30 +0530 Subject: [PATCH] Update in-memory-data-structure-store@M-EXrTDeAEMz_IkEi-ab4.md (#7270) * Update in-memory-data-structure-store@M-EXrTDeAEMz_IkEi-ab4.md added content * Update src/data/roadmaps/redis/content/in-memory-data-structure-store@M-EXrTDeAEMz_IkEi-ab4.md --------- Co-authored-by: dsh --- ...n-memory-data-structure-store@M-EXrTDeAEMz_IkEi-ab4.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/redis/content/in-memory-data-structure-store@M-EXrTDeAEMz_IkEi-ab4.md b/src/data/roadmaps/redis/content/in-memory-data-structure-store@M-EXrTDeAEMz_IkEi-ab4.md index 1372b51df..73a0f17a6 100644 --- a/src/data/roadmaps/redis/content/in-memory-data-structure-store@M-EXrTDeAEMz_IkEi-ab4.md +++ b/src/data/roadmaps/redis/content/in-memory-data-structure-store@M-EXrTDeAEMz_IkEi-ab4.md @@ -1 +1,7 @@ -# In-memory Data Structure Store \ No newline at end of file +# In-memory Data Structure Store + +An in-memory database is a purpose-built database that relies primarily on internal memory for data storage. It enables minimal response times by eliminating the need to access standard disk drives (SSDs). In-memory databases are ideal for applications that require microsecond response times or have large spikes in traffic, such as gaming leaderboards, session stores, and real-time data analytics. The terms main memory database (MMDB), in-memory database system (IMDS), and real-time database system (RTDB) also refer to in-memory databases. + +Learn more from the following resources: + +- [@article@Amazon MemoryDB](https://aws.amazon.com/memorydb/)