Andrey Vasnetsov
Andrey Vasnetsov
released in https://github.com/qdrant/qdrant/releases/tag/v0.10.0
released in https://github.com/qdrant/qdrant/releases/tag/v0.10.0
Might be a part of https://github.com/qdrant/qdrant/pull/1171
The original intent and hypothesis was that creating multiple TCP connections to the same peer could improve throughput
There is some reasoning why multiple RPC channels might be beneficial: https://grpc.io/docs/guides/performance/ > Each gRPC channel uses 0 or more HTTP/2 connections and each connection usually has a limit on...
Criteria for this issue: - It is possible to make switch to a new compression backward compatible - How well it compresses datasets with/without payload: size, write/read speed benches
Practically all current benchmarks we have does not include RocksDB in the process. I can see 2 relatively simple cases which we can try to compare performance: - Storage size...
Implemented in https://github.com/qdrant/qdrant/releases/tag/v0.11.5 , PR - https://github.com/qdrant/qdrant/pull/1249
https://qdrant.tech/documentation/monitoring/
It looks like we only use `time` through `chrono`, and they claim that they don't use vulnerable API: https://github.com/chronotope/chrono/issues/602#issuecomment-1075915577