What is a memory DB?
Is it the same memory type as flash memory?
329 2016-06-17 Gentleman
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.
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.
© 2013-2025 LifeQnA. All rights reserved.