opendistro-for-elasticsearch / k-NN

🆕 A machine learning plugin which supports an approximate k-NN search algorithm for Open Distro.

Home Page:https://opendistro.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whether the vector cache memory supports sharding

LinXiaoJian opened this issue · comments

We currently have 10,000 pieces of 768 dimensions of data that need to be stored every day.
If each data node loaded all vector data into memory, it would take up a lot of memory.
I would like to know if the vector cache memory can be spread across different machines to support horizontal scaling
Looking forward to your reply. Thank you