Tuesday, April 22, 2014

Postgres Performance for Humans

PyCon US 2014, Craig Kerstiens

Postgres Performance for Humans

To many developers the database is a black box. You expect to be able to put data into your database, have it to stay there, and get it out when you query it... hopefully in a performant manner. When its not performant enough the two options are usually add some indexes or throw some hardware at it. We'll walk through a bit of a clearer guide of how you can understand and manage DB performance.

No comments:

Post a Comment