|
|
|
|
|
by lqhl
1029 days ago
|
|
I work on MyScale (https://myscale.com), a fully-managed vector database based on ClickHouse. Some unique features of MyScale: 1. This solution is built on ClickHouse and offers comprehensive SQL support. Our users leverage vector search for a wide range of interesting OLAP use cases. 2. We utilize a property vector search algorithm called the multi-tier tree graph (MSTG). This algorithm is significantly faster than HNSW for both vector index building and filtered vector searches. 3. We utilize NVMe SSDs for the vector index cache, which greatly reduces the cost of hosting millions of vectors. |
|