Explore

databases × ~lobsters ×
  • Some useful types for database-using Rust web apps

    I’ve been writing a little web app in rust lately, and in it I decided to...

  • Designing one-to-one relationships in PostgreSQL

    Once in a while, you might need to design a one-to-one relationship in SQL. This is...

  • I lost my pg_control again (... yet another data recovery story)

    Co-Authored-By: mei this blogpost is a spiritual continuation of the data recovery post from February.i really...

  • The case for native assertions in PostgreSQL

    Once in a while, I encounter a query that looks something like this: SELECT DISTINCT ua1.id,...

  • screenshot

    A Sniff Test for Some Query Optimizers

    April 1, 2024, 2 p.m. One important part of query planning is performing transformations over queries....

  • screenshot

    Hacking our PostgreSQL driver to get more out of Amazon RDS performance insights | Knock

    👋 We’re Knock. We provide a set of simple APIs developers use to introduce notifications into...

  • screenshot

    Redesigning OLTP for a New Order of Magnitude

    Greef: The world is becoming more transactional, from servers to serverless, and per second billing. You...

  • screenshot

    Introducing pgzx: create PostgreSQL extensions using Zig

    As part of the Xata launch week, we are introducing pgzx, an open-source framework for developing...

  • screenshot

    pgvector vs. pgvecto.rs in 2024: A Comprehensive Comparison for Vector

    pgvector and pgvecto.rs are both vector search extensions designed to enhance the capabilities of PostgreSQL. These...

  • 100TB benchmarks for GPU-native data processing

    This is the performance of our GPU query engine, Theseus. Keep reading to dig into our...