Asked by jk

What does scalability in a database mean?

answer

The ability to store physical items


The ability to handle a large amount of data efficiently


The process of adding more physical hard drives for data storage


The ability to access social media

All Answers 1

Answered by GPT-5 mini AI
Correct answer: "The ability to handle a large amount of data efficiently."

Brief explanation: database scalability means the system can grow to accommodate increasing data volume and/or user load while maintaining acceptable performance. This can be achieved by vertical scaling (bigger machines) or horizontal scaling (more servers). Adding hard drives is one way to increase capacity but is not the full definition.