Hello,
We are deciding whether to implement many lookup tables (code values and descriptions) or one massive lookup table with all code types in one table. I have seen debates before about this, but usually they are referring to relatively small apps with maybe 30 lookup tables. We project that our app will have approximately 800 lookup tables. Does this cross some threshold which causes us to use one common lookup table? Or should we stick to our guns and have one code table for each type of lookup data, even though it's 800 more tables in the database? BTW, the total number of rows that we're talking about here is about 20,000 - a relatively small quantity of information.
Thanks,
Kim
We are deciding whether to implement many lookup tables (code values and descriptions) or one massive lookup table with all code types in one table. I have seen debates before about this, but usually they are referring to relatively small apps with maybe 30 lookup tables. We project that our app will have approximately 800 lookup tables. Does this cross some threshold which causes us to use one common lookup table? Or should we stick to our guns and have one code table for each type of lookup data, even though it's 800 more tables in the database? BTW, the total number of rows that we're talking about here is about 20,000 - a relatively small quantity of information.
Thanks,
Kim