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.
如果我创建一个带有标识列的表,我是否应该始终将其设为表的 PK。我知道当我们这样做时,它会自动为该表创建一个聚集索引。将所有标识列保留在表中而不使它们成为 PK 是否有任何性能影响?有什么建议么?
如果您想使用 linq 在 C# 中使用该表,则需要放置 PK。