From 5aeb41878946c9239127384ac3a8df7e862eabdf Mon Sep 17 00:00:00 2001 From: elizabeth-christensen Date: Wed, 19 Jul 2023 12:53:58 -0500 Subject: [PATCH] Adding more to Postgres Performance Slow to Pro Talk Listing --- ...2023-10-17-11-10-t0-postgres-performance-from-slow-to-pro.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_schedule/talks/2023-10-17-11-10-t0-postgres-performance-from-slow-to-pro.md b/_schedule/talks/2023-10-17-11-10-t0-postgres-performance-from-slow-to-pro.md index 5c95abb0..a23d3dd5 100644 --- a/_schedule/talks/2023-10-17-11-10-t0-postgres-performance-from-slow-to-pro.md +++ b/_schedule/talks/2023-10-17-11-10-t0-postgres-performance-from-slow-to-pro.md @@ -26,6 +26,8 @@ title: 'Postgres Performance: From Slow to Pro' track: t0 --- +At some point, every application is limited by the database. You don’t have to be a Postgres expert to get started with a few key performance improvements. This gentle introduction is meant for folks who’ve never ventured into their database before, or those who have been turning knobs blindly. I’ll present how Postgres uses memory. Then, I’ll connect that to how you can monitor, tune, and optimize queries. You’ll be ready to take on the challenge as your application grows. + #### Review of how Postgres uses memory Measuring cache hit ratio Measuring memory usage and tuning