12 requests per second in Python
(suade.org)
IngramChen
積分 3
大概把 ORM 拿掉就能回到 100 requests/sec.
然後簡單的 tuning 一下 SQL (例如加加 index) ,可以上升到 300 以上
最佳化資料庫 (例如使用 materialized view, partition... 等技巧) 可以升到 1000 以上
想要再更高就是資料庫加 ram 加 nvme 加 slave
想破萬就是能 cache 的就瘋狂加 cache (nginx micro-caching is your best friend)