Postgres Replication at speed with PeerDB's Sai Srirampur

Postgres Replication at speed with PeerDB's S...

Up next

That's good Mojo - Creating a Programming Language for an AI world with Chris Lattner

What does it take to design a programming language from scratch when the target isn’t just CPUs, but GPUs, accelerators, and the entire AI stack? In this episode, I sit down with legendary language architect Chris Lattner to talk about Mojo — his ambitious attempt to rethink syst ...  Show more

The Rise of The Claw with OpenClaw's Peter Steinberger

There’s a new wave of AI tools that don’t just live in the cloud, don’t just autocomplete code, and don’t just sit in a browser tab. They reach into your local environment, understand your context, and act more like a thinking companion than a chatbot. In this episode, I talk wit ...  Show more

Recommended Episodes

MySQL Statement-based Replication might not be a good idea
The Backend Engineering Show with Hussein Nasser

Replication is the process of pushing changes from the master node to worker replica nodes in a database system to allow for horizontal scalability. One of the methods of replication is statement-based which is popular in MySQL. In this episode of the Backend Engineering Show, I ...  Show more

166: Speedy Database Queries with Lukas Fittl
Programming Throwdown

- pganalyze: https://pganalyze.com/

- Weekly series "5mins of Postgres": https://www.youtube.com/channel/UCDV_1Dz2Ixgl1nT_3DUZVFw

- How Postgres chooses whic ...

  Show more

Postgresql index bloat | The Backend Engineering Show
The Backend Engineering Show with Hussein Nasser

Postgresql database implements MVCC by creating a new row version for any update/delete/or insert. While this is a sound implementation to support concurrent transactions reading old version of the rows, it does have some side effects and this is what I want to discuss in this ...

  Show more

Sorting in Postgres 15 is 371% faster in certain cases
The Backend Engineering Show with Hussein Nasser

Fantastic gains in Postgres 15! improved sorting by 371%. Normally you can avoid sorting by using an index access path. However, you can’t always have an index on every group by, order by, join or distinct predict. This will come handy. Let us discuss

Resources

< ...

  Show more