索引的页面丰满度超过80%。它会影响性能吗? [英] Page fullness of indexes is above 80 %. Does it will affect performance ?

查看:79
本文介绍了索引的页面丰满度超过80%。它会影响性能吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一张表有几行的表。
这个表上的
我创建了5个索引。其中一个是Auto Increament coulum,也是主键。其余4个其他列。所有索引的页面丰满度在82-90%之间。



获取某些特定行的数据太忙了,因为它花费了大量时间,但对于某些行,fetchind数据是平滑的。



是否由于页面丰满度?



还有其他原因吗?



我尝试了什么:



我试过索引识别所有并重建所有但没有改进。

解决方案

索引用于过滤,所以首先检查你的慢查询使用索引和正确的索引(使用SQL事件探查器)。



索引页面丰满度更好,因为一个索引页面可以过滤掉更多行。

I have a table having crores of rows.
on this table i have created 5 indexes. Among from them one is on Auto increament coulum which also is primary key.and rest of 4 on other columns.All indexes has page fullness between 82-90 %.

Fetching data for some specific rows is too hectic as it takes lots of time but for some rows fetchind data is smooth.

Does it due to page fullness?
Or
Any other reason?

What I have tried:

I have tried index recognize all and rebuilt all but no improvement.

解决方案

Indexes are used for filtering, so first check your slow queries use indexes and the correct ones (with the SQL Profiler).

Index page fullness is better since one index page can filter out more rows.


这篇关于索引的页面丰满度超过80%。它会影响性能吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆