Your Compiler
On this page
Intermediate1 min readUpdated August 1, 2026

How does ANN search trade accuracy for speed, and where's the knob?

Stub — heading outline only, full article to follow.

Exact nearest neighbor search and why it doesn't scale

What "approximate" actually means here: recall, not correctness

Where the knob actually is (efSearch, nprobe, and friends)

The recall/latency curve, and how to read one

A sane default and when to move off it

Related questions