Scenario: You are conducting scalability testing on a cloud-based database system. During the test, the system exhibits unexpected behavior when the number of concurrent users exceeds a certain limit. What actions should you recommend to improve scalability?
- Caching Mechanisms
- Database Sharding
- Horizontal Scaling
- Vertical Scaling
To improve scalability, particularly when facing issues with increasing concurrent users, horizontal scaling is a recommended approach. Horizontal scaling involves adding more machines or instances to distribute the workload, allowing the system to handle increased traffic effectively. By horizontally scaling the cloud-based database system, you can distribute the load across multiple resources, thus enhancing scalability and accommodating a larger number of concurrent users.
Loading...
Related Quiz
- During stress testing, if the system fails to recover gracefully after reaching its limits, what type of issue is likely occurring?
- When conducting ETL process testing, what is meant by data lineage analysis?
- One of the challenges in continuous integration for database testing is managing and versioning database ____________.
- Which type of SQL testing verifies the correctness of SQL queries?
- What is a cost-based query optimizer in the context of database query optimization?