Hybrid Database

What Does Hybrid Database Mean?

A hybrid database is a database system that supports and uses both on-disk and in-memory data storage. Hybrid databases are used when the system needs high performance with the small footprint that only in-memory database systems can provide. This also provides the added benefits of durability and low cost of disk-based database systems. In short, the system makes use of hard disks for saving and retaining data, yet makes use of the memory for data that is in dynamic use to increase performance.

Advertisements

Techopedia Explains Hybrid Database

Because hybrid databases support both in-memory and on-disk storage, the obvious benefit is flexibility. The developer can then strike a balance between performance, cost and persistence.

The benefits of a hybrid database include:

  • Performance: This is the in-memory part of the equation. Sorting, storing and retrieving specific in-use data entirely from memory rather than from disks makes all processes substantially quicker.
  • Cost: Hard disks cost less than memory, so some of the money saved can be used to add more memory to improve performance.
  • Persistence: Because RAM chips cannot get close to the storage density of a hard drive, disks are still used to store data needed for later use. This ensures that they are not lost in the event of a power outage.
Advertisements

Related Terms

Latest Database Terms

Related Reading

Margaret Rouse

Margaret Rouse is an award-winning technical writer and teacher known for her ability to explain complex technical subjects to a non-technical, business audience. Over the past twenty years her explanations have appeared on TechTarget websites and she's been cited as an authority in articles by the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine and Discovery Magazine.Margaret's idea of a fun day is helping IT and business professionals learn to speak each other’s highly specialized languages. If you have a suggestion for a new definition or how to improve a technical explanation, please email Margaret or contact her…