What is a memory DB?



memory-db

What is a memory DB?

Is it the same memory type as flash memory?


347 2016-06-17 Gentleman

A. 1

It's not about memory, it's about DB.
DB is used to store data or to extract specific data.
Usually, data is stored on disk, but the DB that is stored in memory is the memory DB.


Gentleman 9 years ago 0

A. 2

refers to a memory-based DB.
Its advantage is that it is faster than a typical disk-based DB.
The memory DB called Redis is famous.


Gentleman 9 years ago 0


© 2013-2026 LifeQnA. All rights reserved.