Are there any weak points with indexed views?

  • I've created indexed view and try to use it instead of original join. The view uses clustered index. I wonder what weak points are taken place in such a way of retrieving of the data? Are there any restrictions when take deal with high data-changeable table, or when a lot of joins are using in a such indexed view?

    Thanks, Alex.

  • The primary disadvantage to indexed views is that they increase the overhead for insert/update/delete actions on any of the referenced tables.

    - Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
    Property of The Thread

    "Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon

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

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