#36690: Use case for EXTRA()
------------------------------+-----------------------------------------
     Reporter:  gleake-reorg  |                     Type:  Uncategorized
       Status:  new           |                Component:  Uncategorized
      Version:  5.2           |                 Severity:  Normal
     Keywords:                |             Triage Stage:  Unreviewed
    Has patch:  0             |      Needs documentation:  0
  Needs tests:  0             |  Patch needs improvement:  0
Easy pickings:  0             |                    UI/UX:  0
------------------------------+-----------------------------------------
 Django's ORM leverages UPPER() and casts to text `UPPER(...)::text` when
 doing a case insensitive search. This is not adequately performant for our
 use case, and loses the use of an index due to the UPPER() call. The
 `extra()` function allows me to explicitly make a case insensitive ILIKE
 call on postgres.
-- 
Ticket URL: <https://code.djangoproject.com/ticket/36690>
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 view this discussion visit 
https://groups.google.com/d/msgid/django-updates/0107019a2748b671-a6d620a0-4eac-4fe2-a3fd-1c5fd7fee7d8-000000%40eu-central-1.amazonses.com.

Reply via email to