Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Jared

๐Ÿ‘ค Speaker
5113 total appearances

Appearances Over Time

Podcast Appearances

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

You're running Postgres, Pinecone, and TimescaleDB.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

What if I told you that's two databases too many?

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

Tiger Data analyzed tens of thousands of databases to find the nine extensions their customers actually use, and the results are a love letter to Postgres extensibility.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

The top extensions their customers actually use are TimescaleDB for time series, PGVector and PGVectorScale for embeddings, PostGIS for geo, PGAI for calling LLMs directly from SQL.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

You want some data?

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

Well, PGVectorScale benchmarks at 28x lower latency and 16x higher throughput than Pinecone at 75% less cost, and TimescaleDB, your 1TB of time series data compresses down to 100GB.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

Instead of duct taping three specialized databases together, you can extend the one you already know.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

No new query language, no data sync nightmares, no vendor lock-in.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

This opens the door for teams to stop context switching between databases and start shipping features.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

Learn more about the top nine Postgres extensions and what TimescaleDB has to offer at tigerdata.com slash blog.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

ZeroBrew applies UV's model to Mac packages.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

ZeroBrew takes some of the best ideas from UV and applies them to Homebrew.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

Quote, packages live in a content-addressable store, so reinstalls are instant.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

Downloads, extraction, and linking run in parallel with aggressive HTTP caching.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

It pulls from Homebrew's CDN, so you can swap brew for ZB with your existing commands.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

This leads to dramatic speedups, up to 5x cold and 20x warm.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

This is all quite experimental at the moment, but it appears to be picking up steam.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

I also appreciate the author's approach to LLMs.

The Changelog: Software Development, Open Source
Clawdbot triggers a run on Mac Minis (News)

Quote, I spent a lot of time thinking through this architecture, testing, and debugging.