Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple lookups to one table?

Status
Not open for further replies.

jisoo23

Programmer
Jan 27, 2004
192
US
Is it ok to have more than one lookup to the same table in a mapping? I'm not sure if there would be any sort of bottleneck or potential for bad data in doing so.

Thanks,
Jisoo23
 
No problem. The lookup table will be cached once.
Example: I use a calendertable as lookup to translate some bizar dateformat to a real date. In some mappings this lookup is used more than 10 times.

Ties Blom
Information analyst
 
Ok good, thanks! What about in cases where the table is huge and necessitates disabled look-up cache?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top