I have a very heavy update transaction based table
I am using an index to speed up pagination query
However the results read from the table is not important. I mean it doesnt have to be fully updated
So what actually these options do? I mean lets say if I set Allow row locks
to false what happens? would it increase the speed?
Can i make such an index to be updated periodically instead of each transaction?
Lets say every 10 minutes index to be updated instead of every table update transaction is that possible?
Here actual execution plan of such query
MS SQL Server 2017
thank you