Quantcast
Channel: Answers for "Do indexed views affect insert performance?"
Browsing index pages (6 articles)

Answer by TimothyAWiseman

To expand slightly on sqlaj's answer, yes it can hurt insert performance quite dramatically. Any index must be updated whenever there is a relevant change. A relevant change is any insert or delete and...

View Article


Answer by sqlaj 1

I would add even though it may cause performance issues you should look at the positives/negatives and weigh the odds. Do the positives out weigh the negatives? Depending on your...

View Article


Answer by sqlaj 1

Have you seen/read this? Designing Indexed Views http://msdn.microsoft.com/en-us/library/ms187864(v=sql.105).aspx It has information on what to consider when designing/implimenting indexed views. >...

View Article

Answer by TimothyAWiseman

To expand slightly on sqlaj's answer, yes it can hurt insert performance quite dramatically. Any index must be updated whenever there is a relevant change. A relevant change is any insert or delete and...

View Article

Answer by sqlaj 1

I would add even though it may cause performance issues you should look at the positives/negatives and weigh the odds. Do the positives out weigh the negatives? Depending on your...

View Article


Answer by sqlaj 1

Have you seen/read this? Designing Indexed Views http://msdn.microsoft.com/en-us/library/ms187864(v=sql.105).aspx It has information on what to consider when designing/implimenting indexed views. >...

View Article
Browsing index pages (6 articles)


Latest Images