You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says it was resolved by using etcd to store the data in question but I don't see that in this helm chart. As it stands, it doesn't appear this chart works to horizontally scale.
What am I missing?
The text was updated successfully, but these errors were encountered:
An earlier prototype version of Weaviate – before the main use case was vector search – relied on etcd, but etcd hasn't been part of the Weaviate stack for a few years. Horizontal scaling is as easy as increasing the replica count. Weaviate will automatically replicate the schema to all nodes and relay any requestes. Scaling does not move any data though. A shard-movement feature is on the roadmap.
So I used this chart and am experiencing this issue:
weaviate/weaviate-infra#37
It says it was resolved by using etcd to store the data in question but I don't see that in this helm chart. As it stands, it doesn't appear this chart works to horizontally scale.
What am I missing?
The text was updated successfully, but these errors were encountered: