Introduction To Parallel Databases
Introduction To Parallel Databases
Introduction To Parallel Databases
using multiple resources in parallel, like multiple CPU and disks are
used parallely.
query processing.
Parallel processing divides a large task into many smaller tasks, and
executes the smaller tasks concurrently on several nodes. As a result,
the larger task completes more quickly.
Node is a separate processor
Multiple processors can reside on a single/Multiple machine.
Goals of Parallel Databases
Improve performance:
The performance of the system can be
improved by connecting multiple CPU and
disks in parallel.
Improve reliability:
Reliability of system is improved with
completeness, accuracy and availability of
data.
Query is divided into sub queries which can run simultaneously on different
processors, this will minimize the query evaluation time.
Intra query parallelism improves the response time of the system.
For Example: If we have 6 queries, which can take 3 seconds to complete the
evaluation process, the total time to complete the evaluation process is 18
seconds.
But We can achieve this task in only 3 seconds by using intra query evaluation
as each query is divided in sub-queries.
Optimization of Parallel Query
simultaneously.
database.
Types of Parallel Database Architecture
architecture.
Disadvantages of NUMA
computers.
A distributed database system is located on various sites that don’t share physical
components.
users globally.
It needs to be managed such that for the users it looks like single database.
distributed
Client server
S.NO PARALLEL COMPUTING DISTRIBUTED COMPUTING