#29547 closed New feature (fixed)
Support for partial/filtered indexes
Reported by: | Mads Jensen | Owned by: | Mads Jensen |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | db-indexes |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Partial indexes (or filtered indexes) is one of the few last missing things in the index support for Django. It's supported widely, except for MySQL and MariaDB. SQLite has support >= 3.8.
CREATE INDEX ... ON ... WHERE ...
Change History (8)
comment:1 Changed 4 years ago by
Has patch: | set |
---|---|
Patch needs improvement: | set |
comment:2 Changed 4 years ago by
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 Changed 4 years ago by
Patch needs improvement: | unset |
---|
I think it can go in the review stage.
comment:4 Changed 4 years ago by
Patch needs improvement: | set |
---|
comment:5 Changed 4 years ago by
Owner: | changed from nobody to Mads Jensen |
---|---|
Patch needs improvement: | unset |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
PR