What is 'User LookUp' and how it affects performance.

‘User Lookup’ means query is looking for more data than it is present in the NON CLUSTERED index. And this index(NON CLUSTERED) uses clustered index as look ups.Now whether it is good or bad we cannot come up with sold answers as we usually don’t know the other users systems. To avoid we can add the columns to NON CLUSTERED index which is being used.

Bu the good part is we can reduce the ‘User Lookup’, bad part is NON CLUSTERED index will be heavy

Comments

Popular posts from this blog

System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out

Pre login Handshake or Connection Timeout Period

Transparent Data Encryption(TDE) with Master Key and Certificate in SQL Server