Parallel-Databases
Parallel-Databases
PRESENTED BY:
Nikhita Choudhury
Harshita Jain
Harshit Shah
Saurav Kumar
INDEX
• PARALLEL DATABASES
Data is divided into smaller subsets and Queries are decomposed into subqueries and
distributed across multiple servers for parallel executed concurrently across the distributed
processing. data, utilizing the power of parallelism.
•High Availability: With multiple nodes, parallel databases can provide high
availability by distributing data and processing across different servers.
2.Load Imbalance:
1. Achieving perfect load balancing across all nodes can be challenging.
2. Some nodes may end up with more workload than others, leading to suboptimal performance.
1 Data Compression
Uneven distribution of data across nodes can lead to performance imbalances and increased
communication overhead.
2 Concurrency Control
3 Data Consistency
Maintaining consistency across distributed nodes during updates and data replication.
Conclusion and Key Takeaways