对比v2.3.20,v2.4.x创建IVF_PQ索引性能相差~60倍 #34999
Replies: 5 comments
-
|
Beta Was this translation helpful? Give feedback.
-
File a issue zilliztech/knowhere#739 to track this |
Beta Was this translation helpful? Give feedback.
-
The correct solution is not to install |
Beta Was this translation helpful? Give feedback.
-
Solved by zilliztech/knowhere#741 |
Beta Was this translation helpful? Give feedback.
-
it's great!!! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
1、create_index参数
index_type: IVF_PQ
nlist: 128
m: 120
metric: L2
2、数据集
gist:100万条数据
3、cluster集群
node:3 * 16C64G
indexnode pod:3
4、性能对比
v2.3.20:创建索引时间 ~589s
v2.4.6:创建索引时间 ~35856s(v2.4.1和v2.4.5跑出来的结果同样很差)
性能劣化近60倍
Beta Was this translation helpful? Give feedback.
All reactions