Hi @Surendra Adhikari ,
due the read committed snapshot turned ON
Yes
What impacts does this have on performance?
The database option that changes the behavior of the READ COMMITTED transaction isolation level will increase concurrency, which will add locks and dirty read and so on.
You can check the three following links:
https://www.mssqltips.com/sqlservertip/6368/sql-server-readcommittedsnapshot-database-option-and-read-commited-transaction-isolation-level/
https://www.mssqltips.com/sqlservertip/4120/comparison-of-sql-server-serializable-and-snapshot-isolation-levels/
https://social.technet.microsoft.com/wiki/contents/articles/51484.sql-server-concurrency-control-models-acid-properties-and-transaction-isolation-levels.aspx
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment"