Hello, im currently in the process of selecting vector db for my use case:
tens of millions of dense + sparse vectors for hybrid search with extensive metadata filtering.
I expect to have primary int array field with ~300 numbers on average and a few other indexed scalar fields which would be used together.
I tried qdrant and it took more than a week on 32 core machine to index the data. Is this something weaviate could potentially do better? Is there any way to estimate the indexing/recall perf and memory usage?