Re: SELECT performance problem

Поиск
Список
Период
Сортировка
От Jeff Frost
Тема Re: SELECT performance problem
Дата
Msg-id Pine.LNX.4.64.0702201540040.3892@discord.home.frostconsultingllc.com
обсуждение исходный текст
Ответ на SELECT performance problem  (Glenn Sullivan <glenn.sullivan@varianinc.com>)
Список pgsql-performance
On Tue, 20 Feb 2007, Glenn Sullivan wrote:

> I am updating from 7.4.5 to 8.2.3.  I have noticed a significant
> slowdown in simple searches such as
>    "select filename from vnmr_data where seqfil = 'sems';"
> This returns 12 rows out of 1 million items in the table.
> On 7.4.5, this takes about 1.5 seconds.  On 8.2.3, it is taking
> about 9 seconds.
>
> I have played with different values of:
> work_mem, temp_buffers, shared_buffers and effective_cache_size
> and none of them make any difference.
>
> I am running on redhat Linux 4   64bit.

Glenn,

Can you forward us the explain analyze output from 7.4.5 and 8.2.3 for the
query in question?

Also, is the hardware the same between 7.4.5 and 8.2.3?  If not, what is the
difference?

--
Jeff Frost, Owner     <jeff@frostconsultingllc.com>
Frost Consulting, LLC     http://www.frostconsultingllc.com/
Phone: 650-780-7908    FAX: 650-649-1954

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

Предыдущее
От: Glenn Sullivan
Дата:
Сообщение: SELECT performance problem
Следующее
От: "Dave Dutcher"
Дата:
Сообщение: Re: SELECT performance problem