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.
我正在构建一个数据库,该数据库将用于定义和跟踪我组织内部使用的文档。这些文档中的每一个都有一个与之关联的类别。将每个文档的类别存储为主表中的“TEXT”会更有效,还是将每个文档的类别存储为“SMALLINT”并有一个查找表将该值等同于“文本”字段?
这与效率无关。这是关于参照完整性。使主表中的列引用类别表。
http://en.wikipedia.org/wiki/Referential_integrity