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.
谁能解释将字符串存储到定义为 nvarchar(max) 的列中而不是定义说 nvarchar(500) 的长度的含义?该表将包含多个字段,并且可能包含超过 1000 万条记录。这些字段也不会被索引。
谢谢!
当您尝试搜索该数据时,它是否被索引会发挥作用。因此,如果当您查询其他字段时,它只是随行而来的数据,那么它应该不会太糟糕。它还有更多内容(即覆盖索引),但这是它的基本要点。