Vector databases store and search data by similarity, not exact matches. The key metric is Recall, which tells us how many of the truly similar items the database finds. High recall means the database finds most relevant vectors, important for good search results.
Precision also matters because it shows how many found items are actually relevant. But recall is often more critical because missing relevant items hurts user experience more than extra irrelevant ones.
Another important metric is Latency -- how fast the database returns results. Fast responses keep users happy.