In a distributed database, what term describes the division of a database into parts, each of which is stored on different servers?
- Data Fragmentation
- Data Partitioning
- Data Replication
- Data Sharding
Data Sharding is a technique in distributed databases where a database is divided into smaller parts called "shards," and each shard is stored on different servers. This improves data distribution and scalability.
Loading...
Related Quiz
- Which approach to digital transformation focuses on rapid experimentation, frequent releases, and iterative development?
- Which protocol is used to assign IP addresses to devices on a network automatically?
- Which protocol operates at the Data Link layer and prevents loops in Ethernet networks by creating a loop-free logical topology?
- Which cryptographic attack involves trying every possible key until the correct one is found?
- What is the main purpose of version control systems in software engineering?