Re: OPtimize the performance of a query

From: Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>
To: hmidi slim <hmidi(dot)slim2(at)gmail(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: OPtimize the performance of a query
Date: 2018-01-16 20:23:10
Message-ID: 22cbde37-1ea6-4131-d861-abbf2046ff5d@archidevsys.co.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)stehule(at)gmail(dot)com
> <mailto:pavel(dot)stehule(at)gmail(dot)com>>:
>
> Hi
>
> 2018-01-16 17:44 GMT+01:00 hmidi slim <hmidi(dot)slim2(at)gmail(dot)com
> <mailto:hmidi(dot)slim2(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message George Neuner 2018-01-16 20:47:08 Re: SSD filesystem aligned to DBMS
Previous Message Pavel Stehule 2018-01-16 18:36:36 Re: OPtimize the performance of a query