Jump to content

Parallel database

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Amritanshu bhardwaj (talk | contribs) at 07:01, 6 November 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A parallel database system seeks to improve performance through parallelization of various operations, such as loading data, building indexes and evaluating queries. Although data may be stored in a distributed fashion, the distribution is governed solely by performance considerations.

                                    Parallel systems improve processing and I/O speeds by using multiple CPUs and disks in parallel. Centralized and client-server database systems are not powerful enough to handle such applications.In parallel processing, many operarions are performed simultaneously, as opposed to serial processing, in which the computational steps are performed sequentially.