在 Windows Server 2008 上运行的 SQL Server 2000 全文索引
我在 Windows Server 2008 上运行 SQL Server 2000 SP4,并且正在尝试创建一个全文目录,其中包含几个表的全文索引。该目录的项目计数为 53676,但唯一键计数仅为 8。
在具有完全相同数据的另一个数据库(Windows Server 2003 计算机)上,我设置了完全相同的全文目录,并且唯一键计数为75312.
什么可能导致唯一键计数如此之低?
I have SQL Server 2000 SP4 running on Windows Server 2008, and I'm trying create a full text catalog that includes full text indexes on a few tables. The catalog has an Item Count of 53676, but a unique key count of only 8.
On another database (a Windows Server 2003 machine) with the exact same data, i have the exact same Full Text catalog set up and the unique key count is 75312.
What could cause the unique key count to be so low?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否检查过两台机器上的最小和最大索引字长是否相同?
Have you checked the minimum and maximum indexed word lengths are the same on both machines?