Changes between Version 1 and Version 2 of Ticket #32485


Ignore:
Timestamp:
Feb 26, 2021, 5:04:36 PM (3 years ago)
Author:
Mesut Öncel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32485 – Description

    v1 v2  
    1 For https://github.com/django/django/blob/master/django/db/backends/postgresql/operations.py#L103
     1[https://github.com/django/django/blob/master/django/db/backends/postgresql/operations.py#L103]
    22
    33There are 2 major disadvantages of using UPPER instead of buttonhole in Django ORM "icontains" operator. First of all, I would like to talk about the performance problem. If you add an expression to an index set for the "like" operator, index will not be used.
Back to Top