Reworking Django's Indexes
- Mentors
- MarkusH, mjtamlyn
- Organization
- Django Software Foundation
This proposal aims to provide more customisability to Django users in operations related to database indexes - their creation, modification. Another objective is to add support for creation of more complex indexes in Django using different methods (like RTree
, Hash
) on relevant backends (most notably PostgreSQL), such as functional indexes and indexes with different algorithms (e.g. GiST
).