Contribute Media
A thank you to everyone who makes this possible: Read More

To Index or Not, That's Not The Question

Translations: en

Description

Database indexes play a key role in every database query. Hence, it’s not a question that you should be able to define them through Django. While you’re already kind of able to do that with dbindex=true and index_together, these options are rather limiting. Django 1.11 comes with a new feature to allow you to express your index requirements much more granular.

Details

Improve this page