Completed
Pagination / why is paginating so important?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Optimize Python & Django Apps with Postgres Superpowers
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 pg_stat_statements / analyzing performance
- 3 Query Performance Insights / on Azure
- 4 Performance Recommendations / on Azure
- 5 Logs on Postgres / are they useful?
- 6 Loops, once upon a thousand times
- 7 CATCHING LOOPS ON PROD
- 8 Limiting what you are selecting
- 9 Pagination / why is paginating so important?
- 10 Pagination / Default paginator class
- 11 Keyset pagination / why you should care
- 12 Fixing a slow query / Looking into EXPLAIN
- 13 Fixing a slow query / adding a partial index
- 14 Fixing a slow query / scaling UP your server
- 15 Your 8 takeaways, the Postgres superpowers