Re: poor performance of db?

From: andrew(at)pillette(dot)com
To: John Arbash Meinel <john(at)arbash-meinel(dot)com>
Cc: SpaceBallOne <space_ball_one(at)hotmail(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: poor performance of db?
Date: 2005-01-25 06:18:11
Message-ID: 200501250618.j0P6IBN19000@pillette.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

This is a multi-part message in MIME format.

--bound1106633891
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

I'm also an autodidact on DB design, although it's well more than a year now. If you are planning to clean up the design, I strongly suggest getting a visual tool. Google for something like "database design tool". Some are extremely expensive (e.g. ERwin, which I think is renamed having been bought out). There's a very cheap shareware one that I won't mention by name because it crashed my machine consistently. Right now I'm using "Case Studio", which has some very eccentric UI (no one enforced consistency of UI across modules, which is rather ironic in a design tool) but capable and user-extensible. ERwin's manual also had the best explanation of denormalization I've read, short and to the point.

The ability to make schema revisions quickly lets me concentrate on *better-written queries* and *improved table definition* without having to overcome inertia.

--bound1106633891--

Browse pgsql-performance by date

  From Date Subject
Next Message Antony Paul 2005-01-25 08:23:26 Re: How to boost performance of ilike queries ?
Previous Message John Arbash Meinel 2005-01-25 03:15:28 Re: poor performance of db?