-
Hi guys, I hope you having a wonderful day I want to use qdrant in my application, and I prefer to use it on a VM/bare metal because I think I should get better performance rather than container deployment. Why does nobody in the documentation care about this? Is it safe to deploy it on bare metal? |
Beta Was this translation helpful? Give feedback.
Answered by
timvisee
May 16, 2024
Replies: 1 comment
-
Running on bare metal is totally fine. But, it's more cumbersome to manage and scale. Note that containers are Linux kernel namespaces, not VMs. They may not be as slow as you think. Networking may have a slight hit though. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mm3906078
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running on bare metal is totally fine. But, it's more cumbersome to manage and scale.
Note that containers are Linux kernel namespaces, not VMs. They may not be as slow as you think. Networking may have a slight hit though.