-
We have exceeded the maximum number of open files, 65535, and have temporarily increased the system to 1048576 . In rocksdb, it can be set the max_open_files to limit it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
For Qdrant, it is currently not possible to limit the number of open files. If you want to limit this number and are using a lot of collections, the right approach is very likely to move everything into a single collection. Please see our recommendations at: https://qdrant.tech/documentation/guides/multiple-partitions/ |
Beta Was this translation helpful? Give feedback.
-
I understand. that actually answered my question. However, there are some more that I would like to discuss under this topic. Pinecone has three ways to multitenancy: https://docs.pinecone.io/docs/multitenancy Namespaces: A Pinecone-specific way Will Qdrant offer a similar Namespaces way in the future? |
Beta Was this translation helpful? Give feedback.
Yes, that can be expected.
That is a lot. Please see the recommendations in: https://qdrant.tech/documentation/guides/multiple-partitions/