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.
我有一堆表(大约 20 个)很少改变,我称之为静态数据。这些是查找表。
我正在考虑将它们存储在单独的数据库中。考虑到它们被引用(外键约束)是否存在任何性能问题是另一个数据库中的许多主表?
Keep them in the same database with the tables that are referencing them. There's really very little to be gained by placing them in a separate DB.