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 fixed deadline on completion of transactions .Applications such as router have to handle a huge amount of traffic 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: in memory database seminar abstract,

[-]
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
  Visual Learner Memory Game seminar presentation 2 1,952 25-03-2016, 12:03 PM
Last Post: dhanabhagya
  Database Migration over Network project topics 12 7,264 06-01-2013, 07:54 AM
Last Post: Guest
  Database Migration over Network seminar surveyer 1 1,978 29-11-2012, 02:18 PM
Last Post: seminar details
  Human Resource Database Management System science projects buddy 2 4,229 13-11-2012, 12:19 PM
Last Post: seminar details
  Multimedia Database Management System seminar class 1 2,475 13-11-2012, 12:18 PM
Last Post: seminar details
  Low Power Design of Precomputation-Based Content-Addressable Memory seminar class 2 1,790 09-11-2012, 12:51 PM
Last Post: seminar details
  PROJECT REPORT ON DATABASE MANAGEMENT SYSTEM computer girl 0 1,922 09-06-2012, 03:19 PM
Last Post: computer girl
  GENERIC DATABASE EDITOR seminar class 2 2,086 10-02-2012, 09:47 AM
Last Post: seminar addict
  Sense Less: A Database-Driven White Spaces Network Projects9 0 715 23-01-2012, 04:26 PM
Last Post: Projects9
  database projects topics and ideas for students project topics 1 1,550 06-01-2012, 03:29 PM
Last Post: Prajjmi

Forum Jump: