I have a large database 100GB (+) with some tables (6 fields) containing over 100 Million rows. This database was recently transferred from an environment managed by developers (i.e. me) to the data center where corporate DBAs manage all databases. I have noticed that several _WA_Sys (System Indexes?) have been created on many tables. In most cases, it appears to be using the same exact field in the _WA_Sys index that already exists in the predefined indexes.
Are these excessive system indicies going to slow down my INSERTs? Do I really need these system indexes if I already have all the tables/fields properly indexes. How can I DROP these system indexes, and instruct the DBAs not to create them again? Is there a setting for Auto-Create System indexes somewhere?
tia,
Steve Medvid
"IT Consultant & Web Master"
Chester County, PA Residents
Please Show Your Support...
Are these excessive system indicies going to slow down my INSERTs? Do I really need these system indexes if I already have all the tables/fields properly indexes. How can I DROP these system indexes, and instruct the DBAs not to create them again? Is there a setting for Auto-Create System indexes somewhere?
tia,
Steve Medvid
"IT Consultant & Web Master"
Chester County, PA Residents
Please Show Your Support...