图片修改
This commit is contained in:
42
README.md
42
README.md
@@ -15,35 +15,27 @@ save() -> 全保存数据集。
|
||||
|
||||
虚拟内存的占用情况 htop。插入百万条数据集(KV*100w,set 200w del 100w delete 200w set 100w)。
|
||||
|
||||
##### 单条插入
|
||||
未运行状态 VIRT 24.8M
|
||||
未运行状态 VIRT 24.8M RES 4004
|
||||

|
||||
|
||||
一次执行100条,执行60000次。
|
||||
|
||||
malloc:\
|
||||
--> time_used=192898 ms, ops=6000000, qps=31104\
|
||||
VIRT 377M RES 367M
|
||||
|
||||
jemalloc:\
|
||||
--> time_used=196866 ms, ops=6000000, qps=30477\
|
||||
VIRT 433M RES 377M --> 11096
|
||||
|
||||
自实现内存池:\
|
||||
--> time_used=180338 ms, ops=6000000, qps=33270\
|
||||
VIRT 721M RES 628M
|
||||
|
||||
--> time_used=170471 ms, ops=6000000, qps=35196\
|
||||
VIRT 567M RES 558M
|
||||
|
||||
|
||||
无内存池: --> time_used=1488789 ms, ops=6000000, qps=4030\
|
||||
VIRT 105M
|
||||

|
||||
|
||||
自实现内存池: --> time_used=1439444 ms, ops=6000000, qps=4168\
|
||||
VIRT 135M
|
||||

|
||||
|
||||

|
||||
jemalloc: time_used=1502797 ms, ops=6000000, qps=3992\
|
||||
VIRT 99M
|
||||
|
||||
##### 批处理
|
||||
一次执行100条。
|
||||
|
||||
无内存池:--> time_used=142913 ms, ops=6000000, qps=41983\
|
||||
VIRT 99M
|
||||
|
||||
自实现内存池: --> time_used=122754 ms, ops=6000000, qps=48878\
|
||||
VIRT 135M
|
||||
|
||||
jemalloc:--> time_used=122206 ms, ops=6000000, qps=49097\
|
||||
VIRT 99M
|
||||
|
||||
性能分析:
|
||||
1. key :
|
||||
|
||||
Reference in New Issue
Block a user