From: | Adam Haberlach <adam(at)newsnipple(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Adam Haberlach <adam(at)newsnipple(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Something smells in this schema... |
Date: | 2001-02-16 18:14:34 |
Message-ID: | 20010216101434.B30114@newsnipple.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Feb 16, 2001 at 01:02:24PM -0500, Tom Lane wrote:
> Adam Haberlach <adam(at)newsnipple(dot)com> writes:
> > I had postgres start blocking all it's UPDATEs on a production
> > database today, when an engineer added the following two tables,
> > among other things. We've had to restore from backup, and the
> > interesting thing is that when we re-add these tables, things
> > break again.
>
> "blocking"? Please define symptoms more precisely.
The postgres process stalls. According to ps, it's it is attempting
an UPDATE. I think it times out eventually (I was in disaster-recovery
mode this morning, and not always waiting around for these things. :)
> > My first thought was the index on the boolean field in the time_cards,
> > which I could have sworn has caused me problems before. Anyone else see
> > anything wrong?
>
> Pre-7.1 versions do have problems with large numbers of equal keys in
> a btree index, which is more or less the definition of an index on
> boolean. I'm dubious that such an index is of any value anyway ...
Ok--I'll check this. Thanks for the incredibly fast response--my
favorite thing about PostgreSQL is the fact that I can post to a mailing
list and get clued answers from real developers, usually within hours
if not minutes.
--
Adam Haberlach |A cat spends her life conflicted between a
adam(at)newsnipple(dot)com |deep, passionate, and profound desire for
http://www.newsnipple.com |fish and an equally deep, passionate, and
'88 EX500 '00 >^< |profound desire to avoid getting wet.
From | Date | Subject | |
---|---|---|---|
Next Message | Martin A. Marques | 2001-02-16 19:07:56 | wish list for 7.2 (ALTER TABLE) |
Previous Message | Tom Lane | 2001-02-16 18:02:24 | Re: Something smells in this schema... |