I recently made index on a highly used view but it resulted in increase in Total Execution Time.
Also bytes Sent/received from server incresed drastically.
There are no functions or reference of any other view in it, offcourse schemabinding is on,
just join from two tables.
I am puzzled what to do for increasing performance?
you need to use
NOEXPANDquery hint to use indexed view.