SMRTR ProgrammingOct 28, 2025Daily.dev

We built a vector search engine that lets you choose precision at query time

SMRTR summary

ClickHouse introduced QBit, a new column type that stores floating-point numbers as separate bit planes, allowing users to choose precision levels during vector search queries rather than beforehand. This flexible approach lets developers dynamically balance search speed and accuracy without storing duplicate data or making irreversible precision decisions. Benchmarks showed nearly 2x speed improvements while maintaining good recall accuracy, with even heavily reduced 5-bit precision producing surprisingly meaningful results for semantic searches.

SMRTR provides this summary for quick context. The original article belongs to Daily.dev.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.