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.
我想问一下为什么sensenet 为每页的原始属性数量选择以下数字:
它与 8 K 字节的 sql server 最大记录大小有关吗?
谢谢。
是的,在设计这种结构的时候,sql server 也允许有限数量的列。这些数字是基于您将主要需要文本字段和较少货币列的假设。
但这并不重要,因为这里实现了分页,所以可以在一个ctd中注册任意数量的字段。如果您使用的文本字段多于列数,则这些值将简单地存储在 flatproperties 表的新行中。