Re: FC3 broken with HEAD

From: Greg Stark <gsstark(at)mit(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: FC3 broken with HEAD
Date: 2005-05-07 19:03:58
Message-ID: 87oebmuach.fsf@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I think this has more to do with poor architectural decisions made in
bugzilla. Things like storing the entire ticket history in one big record
instead of normalizing it.

This means you can't do anything to a ticket without munging through 10s of k
of data. This also creates problems when multiple people are trying to update
a single ticket at a time.

--
greg

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew - Supernews 2005-05-07 19:08:46 Re: pl/pgsql enabled by default
Previous Message Heikki Linnakangas 2005-05-07 18:51:17 Re: [PATCHES] Cleaning up unreferenced table files