在系统设计面试技巧录播课中提到了资源估算:
1.read/write QPS
2.ongoing connections
3.throughput
4.storage
我觉得1和3很像,throughput 和read/write qps有什么区别呢?
不一样,QPS 是每秒访问次数,Throughput是每秒的数据量。前者单位是 per second,后者是 Bytes per second.
在系统设计面试技巧录播课中提到了资源估算:
1.read/write QPS
2.ongoing connections
3.throughput
4.storage
我觉得1和3很像,throughput 和read/write qps有什么区别呢?
不一样,QPS 是每秒访问次数,Throughput是每秒的数据量。前者单位是 per second,后者是 Bytes per second.