Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

Index Usage Expand / Collapse
Author
Message
Posted Monday, October 22, 2012 11:56 PM
Ten Centuries

Ten CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen Centuries

Group: General Forum Members
Last Login: Today @ 4:31 AM
Points: 1,194, Visits: 2,119
Hi All

When using the sys.dm_db_index_usage_stats DMV to track Index Usage, is the user_updates column just for updates to records in the table or does it also contain the cumulative inserts as well?

Thanks
Post #1375841
Posted Tuesday, October 23, 2012 12:39 AM
SSC-Enthusiastic

SSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-Enthusiastic

Group: General Forum Members
Last Login: Wednesday, May 15, 2013 2:33 AM
Points: 180, Visits: 512
The number of times index has been used in an update operation (this counts inserts, updates, and deletes) along with the time of the last update
Post #1375852
Posted Tuesday, October 23, 2012 2:31 AM


SSC-Dedicated

SSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-Dedicated

Group: General Forum Members
Last Login: Today @ 3:30 AM
Points: 37,725, Visits: 29,982
Inserts, updates and deletes. In this case, update means change, and the index is changed by all 3 of those.


Gail Shaw
Microsoft Certified Master: SQL Server 2008, MVP
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

We walk in the dark places no others will enter
We stand on the bridge and no one may pass

Post #1375903
Posted Tuesday, October 23, 2012 2:36 AM
Ten Centuries

Ten CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen Centuries

Group: General Forum Members
Last Login: Today @ 4:31 AM
Points: 1,194, Visits: 2,119
GilaMonster (10/23/2012)
Inserts, updates and deletes. In this case, update means change, and the index is changed by all 3 of those.


Thanks for this
Post #1375909
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse