Qdrant in production – Part 1
I’ve been working with qdrant since v1.6.0, and maintaining the first qdrant REST API client for .NET (why REST but
Another brick in the memory wall
I’ve been working with qdrant since v1.6.0, and maintaining the first qdrant REST API client for .NET (why REST but
This time we are going to shift some bits around and compute constant values because it’s more fun. … Continue readingRouge one : a story of missing constants
Today we are going to play with some bits. … Continue readingRouge one : an integer representation story
Recently I’ve been integrating Qdrant vector search database into our infrastructure, services and processes, and came across one problem.
… Continue readingFun With Filters
Today I was updating our Postgress-based key-value store (which I blog about later) to use shared memcached cache for storing shard configuration instead of an in-memory one, and introduced a certain curious bug which I want to overview is some detail.
… Continue readingUnforeseen Consequences
Now, that’s the solution which is as much interesting itself as the way we came to it.
… Continue readingHome-brew sharding. Creating a bicycle for fun and profit
Today we’ll talk about multiple instances of one (micro)service synchronization.
… Continue readingLock with style
Today let’s talk about logging.
… Continue readingLog, Report and Measure with style