Re: specific query (not all) on Pg8 MUCH slower than Pg7

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--- Susan Russo <russo@xxxxxxxxxxxxxxxxxx> wrote:
>         and accession like 'AY851043%' 

I don't know if you've tried refactoring your query, but you could try:

   AND accession BETWEEN 'AY8510430' AND 'AY8510439'  -- where the last digit is
                                  ^               ^   -- lowest AND highest expected value

Regards,
Richard Broersma Jr.


[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux