Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
主表products有超过 10 列,所有列中的值都应参考Lookup表。
products
Lookup
我添加了如下关系,但我觉得这有点奇怪!不是吗?
这会降低查询性能。我希望您的查找表在内存中......如果是,这可能是可行的,具体取决于您的系统负载。对于很少的行,循环连接的延迟非常低。
因此,如果这是正确规范化的数据模型,并且您没有发现任何特殊问题,我认为没问题。