The Temple of Django Database Performance
Andrew Michael Brookins
Broschiertes Buch

The Temple of Django Database Performance

Versandkostenfrei!
Versandfertig in 1-2 Wochen
52,99 €
inkl. MwSt.
PAYBACK Punkte
26 °P sammeln!
Most performance problems in web applications come down to one thing: 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 here: The only way to master Django is to master database performance. The difference between ...