Re: does this mean i have a corruption?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: does this mean i have a corruption?
Дата
Msg-id 1579.1149448769@sss.pgh.pa.us
обсуждение исходный текст
Ответ на does this mean i have a corruption?  (Adam Witney <awitney@sgul.ac.uk>)
Ответы Re: does this mean i have a corruption?  (Adam Witney <awitney@sgul.ac.uk>)
Список pgsql-general
Adam Witney <awitney@sgul.ac.uk> writes:
> bugasbase2=# SELECT bioassay_id, count(*) from mba_data_base where
> bioassay_id = 5153 group by bioassay_id;
>  bioassay_id | count
> -------------+-------
>         5153 | 20000
>         9712 |   120

That's pretty interesting :-(.  What PG version is this?  Is there an
index on bioassay_id, and if so is the query using it?  REINDEXing
the index might fix it.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 8.1.4: Installation ends up in endless recheck loops
Следующее
От: Adam Witney
Дата:
Сообщение: Re: does this mean i have a corruption?