Re: OPtimize the performance of a query

Поиск
Список
Период
Сортировка
От Gavin Flower
Тема Re: OPtimize the performance of a query
Дата
Msg-id 22cbde37-1ea6-4131-d861-abbf2046ff5d@archidevsys.co.nz
обсуждение исходный текст
Ответ на Re: OPtimize the performance of a query  (hmidi slim <hmidi.slim2@gmail.com>)
Список pgsql-general
Hi Hmidi,

On 17/01/18 06:57, hmidi slim wrote:
> I changed the operator like and I'm using the operator = .I got the 
> results much faster but I still have another question about operator. 
> For difference should I use '<>' or 'is distinct from' with indexes?
>
> 2018-01-16 17:49 GMT+01:00 Pavel Stehule <pavel.stehule@gmail.com 
> <mailto:pavel.stehule@gmail.com>>:
>
>     Hi
>
>     2018-01-16 17:44 GMT+01:00 hmidi slim <hmidi.slim2@gmail.com
>     <mailto:hmidi.slim2@gmail.com>>:
>
>         Sorry I forget the lower command when I wrote the code, it is
>         like this: lower(g.country_code) like lower('US')
>         (lower(g.feature_class) like lowwer('P') or
>         lower(g.feature_class) like lower('L'))
>
>
>     please, don't do top post.
>
[...]

Top posting is when you reply at the top of the email, rather than at 
the bottom like this.

Bottom posting allows people to see the context before your reply.  You 
can trim excess, or no longer relevant, content - but note the bits that 
you have omitted with '[...]'

Bottom posting is preferred.


Cheers,
Gavin



В списке pgsql-general по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: OPtimize the performance of a query
Следующее
От: George Neuner
Дата:
Сообщение: Re: SSD filesystem aligned to DBMS