Scalar and binary quantization for pgvector vector search and storage

While many AI/ML embedding models generate vectors that provide large amounts of information by using high dimensionality, this can come at the cost of using more memory for searches and more overall storage.

Will PostgreSQL ever change its license?

(Disclosure: I’m on the PostgreSQL Core Team, but what’s written in this post are my personal views and not official project statements…unless I link to something that’s an official project statement ;)

Distributed queries for pgvector

The past few releases of pgvector have emphasized features that help to vertically scale, particularly around index build parallelism.

PGConf.dev: Why, what, and how you can participate

When I first began exploring how to get involved in the PostgreSQL community, the first event I heard of was PGCon.

Thoughts on PostgreSQL in 2024

A question I often hear, and also ask myself, is “where is PostgreSQL going?

pgvector 0.5.0 Feature Highlights and HOWTOs

It’s here! pgvector 0.5.0 is released and has some incredible new features.

An early look at HNSW performance with pgvector

(Disclosure: I have been contributing to pgvector, though I did not work on the HNSW implementation outside of testing).

Vectors are the new JSON in PostgreSQL

Vectors are the new JSON. That in itself is an interesting statement, given vectors are a well-studied mathematical structure, and JSON is a data interchange format.

A tribute to PostgreSQL 10

The last release of PostgreSQL 10 took place on Nov 10, 2022.

BEGIN ATOMIC: a better way to create functions in PostgreSQL 14

Around this time of year, I am reading through the upcoming PostgreSQL release notes (hello PostgreSQL 15), reading mailing lists, and talking to PostgreSQL users to understand what are the impactful features.