Skip to content

Commit

Permalink
Merge pull request #145 from elizabeth-christensen/fixelizabethabstract
Browse files Browse the repository at this point in the history
Adding more to Postgres Performance Slow to Pro Talk Listing
  • Loading branch information
drewbrew authored Jul 19, 2023
2 parents 4c6d481 + 5aeb418 commit 468e2a9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 468e2a9

Please sign in to comment.