Re: does this mean i have a corruption?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Adam Witney <awitney(at)sgul(dot)ac(dot)uk>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: does this mean i have a corruption?
Date: 2006-06-04 19:19:29
Message-ID: 1579.1149448769@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adam Witney <awitney(at)sgul(dot)ac(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam Witney 2006-06-04 20:01:54 Re: does this mean i have a corruption?
Previous Message Tom Lane 2006-06-04 19:14:37 Re: 8.1.4: Installation ends up in endless recheck loops