Tech moves fast! Stay ahead of the curve with Techopedia!
Join nearly 200,000 subscribers who receive actionable tech insights from Techopedia.
An in-memory database (IMDB) is a database management system that primarily depends on main memory for storing computer data. IMDBs are quicker than disk-optimized databases because they carry out fewer CPU instructions, and their internal optimization algorithms are much simpler. IMDB eradicates disk access by saving and manipulating data in the main memory. An IMDB commonly includes direct data manipulation and a dedicated memory-based architecture.
IMDBs are mainly used in applications where response time is crucial, such as telecommunications network devices and mobile ad networks.
An in-memory database also may be known as a main memory database (MMDB), real-time database (RTDB) or in-memory database system (IMDS).
In-memory databases are designed to attain minimal response time, as well as extremely high throughput for performance critical systems. This is possible because data is saved and manipulated in the form used by the application, which removes overheads related to translation and caching. IMDB technology is capable of supporting application-tier deployment, real-time data management and most ACID (atomicity, consistency, isolation, durability) properties.
The data structures and algorithms of IMDBs are exclusively designed to deliver data, event and transaction management in the application tier. When compared to fully cached relational database management systems, IMDBs make use of significantly less CPU. IMDB technology does not use magnetic disks, as the location for primary database storage. Instead, the magnetic disks are used for tolerance and recovery.
The advantages of IMDBs are as follows:
IMDB is used for:
Join nearly 200,000 subscribers who receive actionable tech insights from Techopedia.