Andrey Vasnetsov
Andrey Vasnetsov
Hey @marcossilva It looks that you are using local mode: `client = QdrantClient(":memory:")` It doesn't have any index and it not expected to be used with any kind of large...
I can not see issue section for this repository.
i don't think this is related to concurrent writes. We do have a mechanism to limit the writes and the stack overflow happens on restart
in qdrant there is no difference between replicas
Hey @kemkemG0, thanks for the PR! Before proceeding with the merge, I have a couple of follow-up questions regarding the proposed solution: - It seems like fs2 depends on libc:...
I would take a look at https://github.com/al8n/fs4-rs
> As a means to reduce these checks, I thought about changing the WAL flush function so that checks are only performed when wal's flushing. Do you assume that the...
Here is some benchmarks on network-attached disk (7500 IOPS) I am uploading 500k points in batch of 10 points with the following: ``` docker run --rm -it qdrant/bfb:dev ./bfb -n...
One alternative: make this check less frequent by using timeout and number of operations. So for example, check the disk space only if it was more than one second or...
Hey @kemkemG0, we are going to merge it as-is now. Will also apply some minor updates later. I like you idea about changing the check interval based on free disk...