vector_store.client.flush(),持久化向量数据时卡住不断 #42001
Unanswered
Wang20010321
asked this question in
Q&A and General discussion
Replies: 1 comment 2 replies
-
不建议手动调用flush()接口,强烈反对频繁调用flush()接口。 milvus datanode会自行决定什么时候触发flush将数据落盘,一般情况下用户不需调用flush 如果已执行大量flush,就停止flush操作,放着等它把碎片都整理成大分片吧,这个过程可能比较长。 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
当我使用vector_store.client.flush(),持久化向量数据时,程序会卡在这一步不动,无法将数据持久化,但是程序一直在运行,且不报错,也不会退出。
主要是,之前都是正常的,突然出现的这个问题,程序没有任何变动,我的milvus是运行在docker容器里面的,docker容器也重启过了,也没有解决问题,但是如果将这个程序注释掉,向量数据虽然不会立刻持久化,但是过一段时间后也会正常持久化,这是为什么?
Beta Was this translation helpful? Give feedback.
All reactions