好幾個 Python 令我覺得阿雜的點都在這個版本裡被處理好了:
- StrEnum1
- PEP 6732: Self Type
- os.EX_OK on Windows4
新增 toml 支援到 standard library:
Performance 提升 20% 左右:
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)