indexed views - performance
1 TopicLesson Learned #235: Finding how Indexed Views impact in my database update performance?
Today, we worked on a very interesting service request where our customer is facing a performance issue running simple query UPDATE Header SET DateOfBirth = '01/01/2021' where ID < 100000. We don't have any conversion implicit and the column ID is the Primary Key of the table. Following, I would like to share with you what was the reason that the query took more resources that we might expect.2.6KViews0likes0Comments