TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to Pick a Vector Database – Quantitative Analysis

4 pointsby crazy_marksmanover 1 year ago

2 comments

andre-zover 1 year ago
>> Qdrant stores both the vectors and the metadata in a sqlite database. LOL Guys, before developing a DB, learn to write and read code. Qdrant is not using any third party db solutions under the hood (besides Rocks DB for metadata) but written from scratch in Rust. What you benchmarking is the local mode, a client side implementation for quickly trying out stuff without starting a docker. EvoDB, another "Database" written in PURE Python.
评论 #37696094 未加载
crazy_marksmanover 1 year ago
Key Insights:<p>1. Many database back up their data in a sqlite database. Some even push vectors into sqlite, but others store vectors in their own format.<p>2. Qdrant has higher client connection and index initialization time that can shadow its benefit on fast and accurate vector search.
评论 #37695327 未加载