Re: Relational Design

From: Ray H <nospam_at_nospam.com>
Date: 2000/07/17
Message-ID: <UXJc5.2212$zW2.85969_at_news.flash.net>#1/1


Thanks!

John Nelson <johnn_at_flatline.com> wrote in message news:MPG.13d8e55c2590c70e9896a8_at_news3.speakeasy.net...
> In article <HCFb5.16400$7%3.1011193_at_news.flash.net>, nospam_at_nospam.com
> says...
> > I like the idea of enforcing a unique address at the time data entry,
> >
> > Would it be better to divide up the address components into columns and
 use
> > the combination as a unique key? Or is there a performance hit on the
> > database with this method?
> >
>
> Conventional normalization rules would put addresses and volunteers in
> separate tables, with 1:N between addresses and volunteers. Either way,
> you'd need to test for an extant (duplicate) address at data entry time
> to avoid breaking referential integrity between the two entities.
>
> As to splitting address components out into columns, this will produce a
> performance hit, but its probably negligible unless the rowcount is
> _really_ large.
Received on Mon Jul 17 2000 - 00:00:00 CEST

Original text of this message