flâneur — a map of the web's best reading

In-memory database

en.wikipedia.org · 1,549 words · saved by 1 readers

An in-memory database (IMDb, or main memory database system (MMDB) or memory resident database) is a database management system that primarily relies on main memory for computer data storage. It is contrasted with database management systems that employ a disk storage mechanism. In-memory databases are faster than disk-optimized databases because disk access is slower than memory access and the internal optimization algorithms are simpler and execute fewer CPU instructions. Accessing data in memory eliminates seek time when querying the data, which provides faster and more predictable performance than disk.

In-memory database - Wikipedia Jump to content From Wikipedia, the free encyclopedia Database management system that primarily relies on main memory for computer data storage An in-memory database ( IMDb , or main memory database system ( MMDB ) or memory resident database ) is a database management system that primarily relies on main memory for computer data storage . It is contrasted with database management systems that employ a disk storage mechanism. In-memory databases are faster than disk-optimized databases because disk access is slower than memory access and the internal optimization

Explore this link on the map →

related reading