News Archive (1999-2012) | 2013-current at LinuxGizmos | Current Tech News Portal |    About   

In-Memory database principles [LinuxJournal]

Sep 5, 2002 — by LinuxDevices Staff — from the LinuxDevices Archive — 1 views

Like any organism, databases must evolve when dropped into a new environment. A new type of DBMS, the in-memory database system (IMDS), represents the latest step in adaptation to embedded systems. Designed to meet the performance needs and resource availability in embedded systems, IMDSes reside entirely in memory–they never go to disk. Beyond the elimination of disk I/O, in-memory database systems have fewer “moving parts” or interacting processes than traditional databases, leading to greater frugality in RAM and CPU use and faster overall responsiveness.

This Linux Journal article by McObject CEO and Co-Founder Steve Graves offers a highly readable introduction to IMDS principles. It addresses key IMDS differences in areas including caching and transaction processing, and includes an application scenario illustrating a typical embedded device-based deployment.

Read full story

 
This article was originally published on LinuxDevices.com and has been donated to the open source community by QuinStreet Inc. Please visit LinuxToday.com for up-to-date news and articles about Linux and open source.



Comments are closed.