Re: Query only slow on first run

Поиск
Список
Период
Сортировка
От cluster
Тема Re: Query only slow on first run
Дата
Msg-id fikia6$26ql$1@news.hub.org
обсуждение исходный текст
Ответ на Re: Query only slow on first run  (tmp <skrald@amossen.dk>)
Ответы Re: Query only slow on first run  ("Steinar H. Gunderson" <sgunderson@bigfoot.com>)
Список pgsql-performance
>> I'm wondering why --- doesn't seem like it should take 6400msec to fetch
>> 646 rows, unless perhaps the data is just horribly misordered relative
>> to the index.   Which may in fact be the case ...

Hmm, actually I still don't understand why it takes 6400 ms to fetch the
rows. As far as I can see the index used is "covering" so that real row
lookups shouldn't be necessary. Also, only the the random_numbers
induces by questions with status = 1 should be considered - and this
part is a relatively small subset.

In general, I don't understand why the query is so I/O dependant as it
apparently is.

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

Предыдущее
От: Matthew
Дата:
Сообщение: Re: TB-sized databases
Следующее
От: "Steinar H. Gunderson"
Дата:
Сообщение: Re: Query only slow on first run