Scaling Postgres

  • Author: Vários
  • Narrator: Vários
  • Publisher: Podcast
  • Duration: 94:13:48
  • More information

Informações:

Synopsis

Learn how to get the best performance and scale your PostgreSQL database with our weekly shows. Receive the best content curated from around the web. We have a special focus on content for developers since your architecture and usage is the key to getting the most performance out of PostgreSQL.

Episodes

  • State Of Postgres 2023 | Scaling Postgres 296

    24/12/2023 Duration: 17min

    In this episode of Scaling Postgres, we discuss the State of Postgres 2023 survey, a repository of Postgres how-tos, ways foreign keys can break and a custom SQL playground. To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/296-state-of-postgres-2023/  

  • 30K Messages Per Second Queue | Scaling Postgres 295

    17/12/2023 Duration: 15min

    In this episode of Scaling Postgres, we discuss a 30K messages per second queue built on Postgres, a zero downtime logical replication upgrade, the release of the Supavisor 1.0 connection pooler and PostGIS day. To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/295-30k-messages-per-second-queue/  

  • How Much Observability Is Needed? | Scaling Postgres 294

    11/12/2023 Duration: 14min

    In this episode of Scaling Postgres, we discuss how much observability is needed, avoiding locks during database migrations, a huge Postgres events blogging event and FIPS mode. To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/294-how-much-observability-is-needed/  

  • Better Plans With Statistics | Scaling Postgres 293

    04/12/2023 Duration: 15min

    In this episode of Scaling Postgres, we discuss how create statistics can help you get better plans, issues with subtransactions, all about extensions and best practices when indexing timestamps. To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/293-better-plans-with-statistics/    

  • Companion Databases? | Scaling Postgres 292

    26/11/2023 Duration: 13min

    In this episode of Scaling Postgres, we discuss using companion databases, multi-tenancy database design, whether SQL is good, and different transaction isolation levels. To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/292-companion-databases/  

  • 2 To 4 Times Faster With Vectorization | Scaling Postgres 291

    19/11/2023 Duration: 18min

    In this episode of Scaling Postgres, we discuss Timescale's performance improvements from adding a query vectorization pipeline, doing blue-green deployments for databases, using reserved_connections and two improvements to null handling. To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/291-2-to-4-times-faster-with-vectorization/  

  • Postgres Releases = Reindexing | Scaling Postgres 290

    12/11/2023 Duration: 14min

    In this episode of Scaling Postgres, we discuss my Postgres Performance Starter Kit, new releases of Postgres, removing JIT, and a lightweight message queue. To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/290-postgres-releases-equals-reindexing/  

  • Postgres Scheduling Opportunities | Scaling Postgres 289

    05/11/2023 Duration: 15min

    In this episode of Scaling Postgres, we discuss new options for Postgres scheduling tools, proper ways to kill processes and explain usage. To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/289-postgres-scheduling-opportunities/  

  • Index Corruption From ICU Collation Change | Scaling Postgres 288

    29/10/2023 Duration: 19min

    In this episode of Scaling Postgres, we discuss index corruption from a ICU collation change, another caveat for PgBouncer prepared statements, ways to version data, and using Postgres as a cache. To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/288-index-corruption-from-icu-collation-change/  

  • 15% - 250% Faster Query Throughput | Scaling Postgres 287

    22/10/2023 Duration: 14min

    In this episode of Scaling Postgres, we discuss how the new version of pgbouncer could get you 15% to 250% faster query throughput, the availability of using kubernetes snapshots for backup and restore with CloudNativePg and Ruby on Rails Postgres improvements. To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/287-15-250-percent-faster-query-throughput/  

  • 20 Times Faster Text Search & Ranking? | Scaling Postgres 286

    15/10/2023 Duration: 12min

    In this episode of Scaling Postgres, we discuss a new extension that promises substantially faster text search and ranking, an AI content storm, how to work with money and the fastest way to stop Postgres. To get the show notes as well as get notified of new episodes, visit:   https://www.scalingpostgres.com/episodes/286-20-times-faster-text-search-ranking/  

  • Indexing Deep Dive | Scaling Postgres 285

    08/10/2023 Duration: 18min

    In this episode of Scaling Postgres, we cover a deep dive into indexes from a presentation that includes a decision tree of sorts, how to convert to partitioned tables once you have hundreds of millions of rows and detail about the new pg_stat_io view. To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/285-indexing-deep-dive/  

  • 23 Or 1.1 Times Faster Performance? | Scaling Postgres 284

    01/10/2023 Duration: 18min

    In this episode of Scaling Postgres, we discuss whether something is 23 times faster or 1.1 times faster. We also discuss the release of Timescale Vector and whether you can build a queue on Postgres. To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/284-23-or-1-times-faster-performance/  

  • 222 Times Faster Analytical Queries With Columnar Storage | Scaling Postgres 283

    24/09/2023 Duration: 16min

    To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/283-222-times-faster-analytical-queries-with-columnar-storage/ In this episode of Scaling Postgres, we discuss how to get 222 times faster analytical queries with columnar storage, a Postgres 16 feature review, the birth of a feature and fuzzy search.

  • Postgres 16 Released, The Postgres Meme, File vs base64 Strings, Intelligent Sharding | Scaling Postgres 282

    17/09/2023 Duration: 14min

    To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/282-postgres-16-released-postgres-meme-file-vs-base64-strings-intelligent-sharding/ In this episode of Scaling Postgres, we discuss the release of Postgres 16, a Postgres meme, storing files or base64 strings and sharding intelligently.

  • HNSW Indexes, Vacuuming Bloat, Watch Me Now, Connections | Scaling Postgres 281

    10/09/2023 Duration: 17min

    To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/281-hnsw-indexes-vacuuming-bloat-watch-me-now-connections/ In this episode of Scaling Postgres, we discuss the benefits and disadvantages of HNSW indexes for working with vector data, configuring vacuum to reduce bloat and optimize performance, the new options available for \watch and all about connections.

  • Postgres 16 RC1, Bi-Directional Replication, All About Parameters, Foreign Keys & Polymorphism | Scaling Postgres 280

    03/09/2023 Duration: 21min

    To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/280-postgres-16-rc1-bi-directional-replication-all-about-parameters-foreign-keys-polymorphism/ In this episode of Scaling Postgres, we discuss the release of Postgres 16 RC1, implementing bi-directional replication, different ways you can set up Postgres parameters and how to handle polymorphism and foreign keys.

  • TPS Benchmark, Partition-wise Join & Aggregate, Partitioning Billions, Posgres 16 Features | Scaling Postgres 279

    27/08/2023 Duration: 15min

    To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/279-tps-benchmark-partition-wise-join-partitioning-billions-postgres-16-features/ In this episode of Scaling Postgres, we discuss how pgbouncer can impact a TPS benchmark, partition-wise join & aggregate performance, partitioning a table with billions of rows and cool Postgres 16 features.

  • Squeeze Your System, One Million Connections, Indexing LIKE, pgvector HNSW | Scaling Postgres 278

    20/08/2023 Duration: 15min

    To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/278-squeeze-your-system-one-million-connections-indexing-like-pgvector-hnsw/ In this episode of Scaling Postgres, we discuss how to squeeze the most out of your database, achieving one million connections to Postgres, how to use indexes with LIKE and pgvector HNSW index performance.

  • Postgres Releases, PostgreSQL Survey, Partitioning vs. Sharding, Bulk Loading | Scaling Postgres 277

    13/08/2023 Duration: 19min

    To get the show notes as well as get notified of new episodes, visit:  https://www.scalingpostgres.com/episodes/277-postgres-releases-postgresql-survey-partitioning-sharding-bulk-loading/ In this episode of Scaling Postgres, we discuss new Postgres releases, taking the 2023 State of PostgreSQL survey, partitioning vs. sharding and the fastest way to do bulk loads.

page 5 from 19