Media Summary: Today, I want to talk about the pg_stat_io view and the everyday DBA perspective on why it matters. We'll go through Today, we're gonna talk about network latency, how it impacts your query performance and how to improve it by using pipeline ... Today, we talk about the createrole_self_grant option in

5mins Of Postgres E53 Tracing - Detailed Analysis & Overview

Today, I want to talk about the pg_stat_io view and the everyday DBA perspective on why it matters. We'll go through Today, we're gonna talk about network latency, how it impacts your query performance and how to improve it by using pipeline ... Today, we talk about the createrole_self_grant option in Today, we talk about benchmarking multi-column vs. multiple combined indexes in Today, we're going to talk about the new psycopg driver for Python. We're also going to talk about pipeline mode in psycopg and ... In this episode, we talk about PostGIS versus GPU performance for spatial queries and also take a look at using HammerDB and ...

Today, we'll talk about optimizing with the Today, we talk about how to run EXPLAIN on a normalized query from pg_stat_statements and how to get the generic query plan.

Photo Gallery

5mins of Postgres E53: Tracing Locks in Postgres using eBPF programs
5mins of Postgres E57: The new pg_stat_io view in Postgres 16 and the everyday DBA perspective
5mins of Postgres E32: Benchmark and improve query network latency using tc, COPY and pipeline mode
5mins of Postgres E24: Tuning Postgres statistics target, understand selectivity for spatial indexes
5mins of Postgres E52: Waiting for Postgres 16: Surviving without a superuser & reserved_connections
5mins of Postgres E39: Postgres 15 release, and 6 tips for managing indexes
5mins of Postgres E48: Benchmarking multi column, covering and hash indexes in Postgres
5mins of Postgres E36: Optimizing query throughput in Python using pipeline mode and psycopg 3.1
5mins of Postgres E9: PostGIS vs GPU, tuning parallel queries, automating Citus benchmarks, HammerDB
5mins of Postgres E15: Tuning Deterministic Query Planner, Extended Statistics, Join Collapse Limits
5mins of Postgres E6: Optimizing Postgres Text Search with Trigrams and GiST indexes
5mins of Postgres E35: Run EXPLAIN on normalized queries from pg_stat_statements w/ plan_cache_mode
View Detailed Profile
5mins of Postgres E53: Tracing Locks in Postgres using eBPF programs

5mins of Postgres E53: Tracing Locks in Postgres using eBPF programs

Today, we talk about

5mins of Postgres E57: The new pg_stat_io view in Postgres 16 and the everyday DBA perspective

5mins of Postgres E57: The new pg_stat_io view in Postgres 16 and the everyday DBA perspective

Today, I want to talk about the pg_stat_io view and the everyday DBA perspective on why it matters. We'll go through

5mins of Postgres E32: Benchmark and improve query network latency using tc, COPY and pipeline mode

5mins of Postgres E32: Benchmark and improve query network latency using tc, COPY and pipeline mode

Today, we're gonna talk about network latency, how it impacts your query performance and how to improve it by using pipeline ...

5mins of Postgres E24: Tuning Postgres statistics target, understand selectivity for spatial indexes

5mins of Postgres E24: Tuning Postgres statistics target, understand selectivity for spatial indexes

Today, we are talking about

5mins of Postgres E52: Waiting for Postgres 16: Surviving without a superuser & reserved_connections

5mins of Postgres E52: Waiting for Postgres 16: Surviving without a superuser & reserved_connections

Today, we talk about the createrole_self_grant option in

5mins of Postgres E39: Postgres 15 release, and 6 tips for managing indexes

5mins of Postgres E39: Postgres 15 release, and 6 tips for managing indexes

We talk about the

5mins of Postgres E48: Benchmarking multi column, covering and hash indexes in Postgres

5mins of Postgres E48: Benchmarking multi column, covering and hash indexes in Postgres

Today, we talk about benchmarking multi-column vs. multiple combined indexes in

5mins of Postgres E36: Optimizing query throughput in Python using pipeline mode and psycopg 3.1

5mins of Postgres E36: Optimizing query throughput in Python using pipeline mode and psycopg 3.1

Today, we're going to talk about the new psycopg driver for Python. We're also going to talk about pipeline mode in psycopg and ...

5mins of Postgres E9: PostGIS vs GPU, tuning parallel queries, automating Citus benchmarks, HammerDB

5mins of Postgres E9: PostGIS vs GPU, tuning parallel queries, automating Citus benchmarks, HammerDB

In this episode, we talk about PostGIS versus GPU performance for spatial queries and also take a look at using HammerDB and ...

5mins of Postgres E15: Tuning Deterministic Query Planner, Extended Statistics, Join Collapse Limits

5mins of Postgres E15: Tuning Deterministic Query Planner, Extended Statistics, Join Collapse Limits

Today, we'll talk about optimizing with the

5mins of Postgres E6: Optimizing Postgres Text Search with Trigrams and GiST indexes

5mins of Postgres E6: Optimizing Postgres Text Search with Trigrams and GiST indexes

Today, we're looking at optimizing

5mins of Postgres E35: Run EXPLAIN on normalized queries from pg_stat_statements w/ plan_cache_mode

5mins of Postgres E35: Run EXPLAIN on normalized queries from pg_stat_statements w/ plan_cache_mode

Today, we talk about how to run EXPLAIN on a normalized query from pg_stat_statements and how to get the generic query plan.

5mins of Postgres E40: Debug slow Postgres UPDATEs & bloated tables with auto_explain & page_inspect

5mins of Postgres E40: Debug slow Postgres UPDATEs & bloated tables with auto_explain & page_inspect

We talk about the