Re: does this mean i have a corruption? - Mailing list pgsql-general

From Tom Lane
Subject Re: does this mean i have a corruption?
Date
Msg-id 1579.1149448769@sss.pgh.pa.us
Whole thread Raw
In response to does this mean i have a corruption?  (Adam Witney <awitney@sgul.ac.uk>)
Responses Re: does this mean i have a corruption?
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: 8.1.4: Installation ends up in endless recheck loops
Next
From: Adam Witney
Date:
Subject: Re: does this mean i have a corruption?