With my understanding of indexed views and according to books I read
"indexed views" are supposed to perform much better than "temp tables"
(temp table having primary key and indexed view with clustered index
on the same keys).
But when I tried in my system I am getting opposite results. With
Indexed Views it takes 3 times more time.
Any body has any reasons for that? Or my understanding was wrong?
thanks
Raghu Avirneni