性能优化说明

This commit is contained in:
suguo.yao 2021-12-17 12:22:10 +08:00
parent 7fccbd7dd2
commit 450e8871c1
1 changed files with 5 additions and 1 deletions

View File

@ -19,3 +19,7 @@
> lsb_release -a > lsb_release -a
- 直接查看系统的架构 - 直接查看系统的架构
> arch > arch
### 意外收获
- 在低性能硬件上的程序优化
golang 中使用channel提高并发能力influxdb中使用批量写入提高性能此二项性能提高从原CPU 100%变成小于20%