Quote:
Originally Posted by greenhorse
Thank you. I take your point.
Just wanted to ask: is the hashtable approach a correct one? Would I be able to achieve what I want, with it?
|
You may want to use a hash
index, but that depends on what optimisations your DBMS supports. I would have expected that the way you store the data in the table would look more like what you described: a 10 digit key and a 6 digit value.