[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Proposal: Constant Tables
- From: Lars Doelle <lars.doelle@...>
- Date: Sat, 13 Aug 2011 14:17:42 +0200
From: Steve Litt <slitt@troubleshooters.com>
> From a data processing and table normalization viewpoint, I think
> you'd want the key to be a meaningless unique value, with the value
> to be a table containing all of that entities data, in this case first
> and last name, birthday, etc. So your entire table might look
> something like this academic example:
Steve,
you misunderstood my example. I want composed unique keys with
constant access time, i.e. not running through the elements in a 'pairs'
loop, as you propose. My proposal is not 'academic', but well thought
through.
-lars