2026-01-31
1 小时 13 分钟Welcome to ChangeLog and Friends, a weekly talk show about thinking outside the Dropbox.
Thanks as always to our partners at Fly.io, the platform for devs who just wanna ship,
build fast, run any code fearlessly at fly.io.
Okay, let's talk.
This is the year we almost break the database.
Let me explain.
Where do agents actually store their stuff?
They've got vectors, relational data, conversational history, embeddings,
and they're hammering the database at speeds that humans just never have done before.
And most teams are duct taping together a Postgres instance,
a vector database, maybe elastic search for search.
It's a mess.
Our friends at Tiger Data looked at this and said, what if the database just understood agents?
That's agentic Postgres.
It's Postgres built specifically for AI agents,
and it combines three things that usually require three separate systems,
native, model context, protocol servers, MCP, hybrid search, and zero copy forks.
The MCP integration is the clever bit your agents can actually talk directly to the database.
They can query data, introspect schemas, execute SQL.
Without you writing fragile glue code,