Replies: 1 comment 3 replies
-
This totally depends on the machines (nodes) you use to build up your cluster. If you're using Kubernetes, then yes, you're likely using network mounted disks. If you use bare metal machines with local NVMe disks, performance would look a lot different. All nodes obviously talk to each other over the network. A "Healthcheck timeout 2000ms exceeded" message has to do with a timeout between nodes, not with disks. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the qrant cluster mode, can only network mounted disks be used for storage? Currently, Network mounted disks are used, but there are often some errors. For example,DeadlineExceeded messages, such as "Healthcheck timeout 2000ms exceeded"
the IOPS of those network mounted disks :
IOPS=62.0k, BW=246MiB/s (258MB/s)(8192MiB/33299msec).
Beta Was this translation helpful? Give feedback.
All reactions