0
0
DBMS Theoryknowledge~5 mins

Why distributed databases handle scale in DBMS Theory - Quick Recap

Choose your learning style9 modes available
Recall & Review
beginner
What is a distributed database?
A distributed database is a collection of data spread across multiple computers or servers that work together as one system.
Click to reveal answer
beginner
How do distributed databases improve scalability?
They spread data and workload across many machines, so they can handle more users and data by adding more servers.
Click to reveal answer
beginner
What is horizontal scaling in distributed databases?
Horizontal scaling means adding more machines to share the load instead of making one machine more powerful.
Click to reveal answer
intermediate
Why is fault tolerance important in distributed databases?
Because data is copied on multiple machines, if one fails, others can keep working without losing data or service.
Click to reveal answer
intermediate
What role does data partitioning play in scaling distributed databases?
Data partitioning splits data into parts stored on different servers, so each server handles less data and works faster.
Click to reveal answer
What does horizontal scaling mean in distributed databases?
AMaking one server more powerful
BStoring all data on a single server
CReducing the number of servers
DAdding more servers to share the workload
Why do distributed databases handle more users better than single servers?
ABecause they store data only in one place
BBecause they use one big server
CBecause they spread data and requests across many servers
DBecause they limit the number of users
What is fault tolerance in distributed databases?
AAbility to recover from server failures without losing data
BAbility to store data on one server only
CAbility to slow down when overloaded
DAbility to delete data automatically
What is data partitioning?
ASplitting data into parts stored on different servers
BCopying all data to every server
CDeleting old data regularly
DStoring data in one big file
Which is NOT a reason distributed databases handle scale well?
AThey add more servers to share load
BThey store all data on a single server
CThey split data into partitions
DThey copy data to multiple servers
Explain how distributed databases use multiple servers to handle more data and users.
Think about how adding more machines helps the system grow.
You got /4 concepts.
    Describe the benefits of data partitioning and fault tolerance in distributed databases.
    Consider how dividing data and copying it helps keep the system fast and safe.
    You got /5 concepts.