



Compression method developed by Timescale researchers that improves on standard Binary Quantization, reducing vector memory footprint by 32x while maintaining high accuracy for filtered searches.
Loading more......
Statistical Binary Quantization (SBQ) is an advanced compression method developed by Timescale researchers that improves upon standard Binary Quantization for vector search applications.
SBQ provides superior compression compared to traditional binary quantization while maintaining accuracy, particularly important for filtered vector search operations.
Builds on Binary Quantization (BQ) which reduces each float32 value to a single bit, but adds statistical methods to improve accuracy. Works particularly well with DiskANN-based indexes for filtered searches.
Available as part of the pgvectorscale PostgreSQL extension, working alongside StreamingDiskANN indexing.
Free and open-source as part of pgvectorscale.