Re: Strangely Variable Query Performance - Mailing list pgsql-performance

From Steve
Subject Re: Strangely Variable Query Performance
Date
Msg-id Pine.GSO.4.64.0704121822090.17955@kittyhawk.tanabi.org
Whole thread Raw
In response to Re: Strangely Variable Query Performance  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
> [ itch... ]  That code is just completely wrong, because the contents
> of a TEXT datum aren't guaranteed null-terminated.  It'd be better to
> invoke bttextcmp and negate its result.
>
> That's not relevant to your immediate problem, but if you've noticed
> any strange behavior with your text_revop indexes, that's the reason...

     The indexes have all worked, though I'll make the change anyway.
Documentation on how to code these things is pretty sketchy and I believe
I followed an example on the site if I remember right. :/

Thanks for the info though :)


Steve

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Strangely Variable Query Performance
Next
From: Steve
Date:
Subject: Re: Strangely Variable Query Performance