Å·±¦ÓéÀÖ

Jump to ratings and reviews
Rate this book

The Temple of Django Database Performance

Rate this book
Most performance problems in web applications come down to one the database. With Django, the situation is no different -- in fact, in some ways it's even worse than that of our ORM-hating colleagues. Database performance tuning in Django involves a dizzying number of ORM API methods (defer, prefetch_related, iterator, and many more), mysterious alphabet letters (Q, F?!), and all of this rests on top of the already complex machinery of SQL queries and indexes. I'm going to make a bold claim The only way to master Django is to master database performance. The difference between junior, mid-level, and senior Django engineers is usually a function of this mastery. And to fully master database performance with Django, reading through API documentation is not enough. You need to become an expert. Here are some examples of what an expert knows that this book will teach you : You will learn all of this and more through over 160 pages, 60 examples, and 30 quiz questions . By the end, you won't ever think of a Django ORM query the same it will exist simultaneously in your mind as an operational metric, ORM syntax, generated SQL, and a database execution plan. Because you will be an expert. I can teach this because I have over ten years of experience working with Django and relational databases, both as an application developer and a platform engineer building databases as a service for Compose.com and IBM Cloud. And did I mention that you're going to have fun ? Yes, you read that right. This book is chock full of awesome fantasy art including a map of each chapter's core concepts. Why fantasy art? Because I play tabletop role-playing games and I require books to be fun. So gaze upon the Sacrificial Cliff of Profiling. Get lost in the Labyrinth of Indexing. Ransack the Crypt of Querying. Then get back to saving the world from unbounded queries!

168 pages, Paperback

Published November 23, 2019

2 people are currently reading
43 people want to read

About the author

Andrew Brookins

3Ìýbooks2Ìýfollowers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
6 (40%)
4 stars
7 (46%)
3 stars
2 (13%)
2 stars
0 (0%)
1 star
0 (0%)
No one has reviewed this book yet.

Can't find what you're looking for?

Get help and learn more about the design.