Subject | Re: How to avoid automatic foreign key index |
---|---|
Author | Christian Kaufmann |
Post date | 2008-03-16T12:42:26Z |
> I don't like this design much because I don't like non-atomic indexesWell I'm always interested to learn something new.
> and I don't like hierarchical primary keys. But it's a different
> issue, I guess.
In my case a SWIMRESULT record can have 0-n records in SPLIT
(intermediate times), but only one for a certain DISTANCE.
I always look at these split times as a collection of on SWIMRESULT at
the same time, a collection of pairs distance / swimtime.
So you think the tables/fields should look different? Or the indexes?
Or both?
cu Christian