IN-MEMORY DATABASE
#1

The profound improvements in computer architectures over the last decade gave rise to In-Memory Database technology. CPU performance (as measured by circuit density) has been doubling, on average, every year and a half Memory chips have doubled in capacity at half the cost in the same intervals. Today, a gigabyte of physical memory for a server costs around $100. Once prohibitive, the cost of RAM is no longer a factor in the consideration of production-scale In-Memory Databases for front-office applications. Back-office systems and data warehouses are still largely the domain of disk-based databases, which may store hundreds of gigabytes of historical data that?s rarely accessed. Magnetic disk performance has increased much more slowly. Thus, the performance gap between CPUs and disks has widened substantially. Data integrity and functional richness are the other major advantages of an IMDB product. Real-time applications impose ?xed deadline on completion of transactions .Applications such as router have to handle a huge amount of tra?c data, in short period of time. Other application areas where there is immense need of high performance are mobile communication and telecommunications systems.

In a Main Memory Database (MMDB) system, the primary copy of the database resides in volatile main memory as opposed to Disk Resident Database (DRDB) systems where the database is on disk. The perception of where the data resides is important here. With an MMDB the DBMS software is designed assuming that the data is memory resident. With a DRDB the DMBS software is designed assuming the data is stored on disk and I/O is required to access the data. MMDB systems need not perform I/O operations for database applications. Thus, they are ideal for applications that require high

Throughput and a fast response time. With the increasing demand for high-performance systems and the steady decrease in memory cost, MMDBs have become an attractive alternative to DRDB?s. This is especially the case for telephone switching applications, mobile computing applications and real-time systems, i.e. applications that require high throughput and fast response time. The increasing popularity of MMDBs can be illustrated by the sizable effort of research done in this area .

The end result of In-Memory Database technology is a significant reduction in the amount of CPU needed to complete standard database operations ? as Database technology is a significant compared to a fully-cached RDBMS. The actual difference depends on exactly what work is being done. Read operations (e.g. reference data lookups) exhibit the greatest speedup Write operations, which probably entail some logging of changes to disk to guarantee recoverability, could be slowed down somewhat by database operations. The disk operation. In practice, applications are almost never only reads or only.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: database analyst, opt students database, checkpointing a database, nhtsa database, database admini, atomicity database, voters registration database,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Seminar Report On Ovonic Unified Memory mechanical wiki 2 3,904 09-06-2012, 11:27 AM
Last Post: computer girl
  PHINES FLASH MEMORY seminar projects crazy 1 1,816 13-03-2012, 11:58 AM
Last Post: seminar paper
  Phines Flash Memory Electrical Fan 1 1,571 13-03-2012, 11:58 AM
Last Post: seminar paper
  DYNAMIC MEMORY ACCESS MANAGEMENT FOR HIGH PERFORMANCE DSP APPLICATIONS USING HIGH-LEV Wifi 1 2,092 05-03-2012, 09:50 PM
Last Post: ravikumar.r
  polymer memory (Download Full Report And Abstract) computer science crazy 19 17,679 10-02-2012, 10:20 AM
Last Post: seminar addict
  Polymer Memory computer science crazy 2 3,077 06-02-2012, 12:34 PM
Last Post: seminar addict
  protein memory shibin.sree 3 3,996 06-02-2012, 11:59 AM
Last Post: seminar addict
  PROTEIN MEMORY NEXT GENERATION MEMORY project topics 6 5,747 06-02-2012, 11:59 AM
Last Post: seminar addict
  Phase-change memory project topics 1 1,356 24-01-2012, 11:20 AM
Last Post: seminar addict
  Plastic Memory project report tiger 15 20,213 09-08-2011, 09:07 PM
Last Post: seminar project

Forum Jump: