_wa_sys indexes

  • I am planning to replace some _wa_sys indexes with permenent indexes on the table. Some of the _wa_sys indexes on our database table shows the row mod ctr as 43456 ( I ran the update statistics 3 weeks ago on this table, and this index got created with this rowmodctr within the 3 weeks time)

    Let me know your thoughts on replacing these dynamically generated indexes with thes large rowmod ctr values with permenent indexes? I dont want to replace those if it will not improve in performance wise.

  • From http://support.microsoft.com/kb/819953

    The naming convention for the auto created statistics is _wa_sys_

    (where is the object_id of the table in hexadecimal format).

    These are not true indexes, but rather measure the distribution of data for a given index or column and are utilized by the query optimizer in generating the query plan.

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • retheeshts (4/1/2009)


    I am planning to replace some _wa_sys indexes with permenent indexes on the table.

    Those aren't indexes

    http://sqlinthewild.co.za/index.php/2008/11/04/what-are-statistics-and-why-do-we-need-them/

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    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

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply