MongoDB with Async Python Transcripts
Chapter: Performance Tuning
Lecture: Introduction to DB Performance
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
For the most part, throughout this course so far, I've intentionally not really talked about performance.
0:10
But I know many of you are here to choose MongoDB because you've heard that it's fast and it's easy to make it fast.
0:18
Well, that's certainly been our experience with Talk Python, with the courses and with the podcasts.
0:23
It's had a ton of data and it goes super, super fast. But it doesn't do that out of the box. You got to apply three or four different techniques
0:31
and taken together, they're really, really awesome. So that's what we're going to do in this chapter. We're going to go see what knobs we can turn
0:39
to make MongoDB fast. And then we're going to go apply that to the code that we've written already for our Beanie PyPI API story.