Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Amazon RDS 上托管我的两个 MySql 数据库,即 db.m3.medium 和 db.r3.large 具有 5.6.27 innodb 引擎。现在我想知道,这些实例可以处理多少个并发连接?如何加载测试呢?如果 1000 个并发用户访问数据库会有什么影响?
这取决于许多因素,如 MySQL 服务器配置、数据量、请求的性质等。唯一确定的方法是使用负载测试工具模拟 1000 个用户。
几个例子:
如果您对 1000 个用户的数据库性能感到满意,您可以逐渐增加负载以确定断点