#29547: Support for partial/filtered indexes
-------------------------------------+-------------------------------------
               Reporter:  Mads       |          Owner:  nobody
  Jensen                             |
                   Type:  New        |         Status:  new
  feature                            |
              Component:  Database   |        Version:  master
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:  db-indexes
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 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.

 {{{
 #!sql
 CREATE INDEX ... ON ... WHERE ...
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29547>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.3656d7829e9d7412c6639b35f6cb0daa%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to