Re: Compare rows

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Greg Spiegelberg <gspiegelberg(at)cranel(dot)com>, PgSQL Performance ML <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Compare rows
Date: 2003-10-08 16:01:45
Message-ID: 200310080901.45093.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Greg,

> Anyone have any suggestions on how to efficiently compare
> rows in the same table? This table has 637 columns to be
> compared and 642 total columns.

637 columns? Are you sure that's normalized? It's hard for me to conceive
of a circumstance where that many columns would be necessary.

If this isn't a catastrophic normalization problem (which it sounds like),
then you will probably still need to work through procedureal normalization
code, as SQL simply doesn't offer any way around naming all the columns by
hand. Perhaps you could describe the problem in more detail?

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Josh Berkus 2003-10-08 16:02:37 Re: Presentation
Previous Message Rod Taylor 2003-10-08 15:59:17 Re: Presentation