How can i speed up this Indexed View?

后端 未结 7 1865
难免孤独
难免孤独 2020-12-15 23:34

I have a simple Indexed View. When I query against it, it\'s pretty slow. First I show you the schema\'s and indexes. Then the simple queries. Finally a query plan screnie.

相关标签:
7条回答
  • 2020-12-16 00:35

    If all you want is to persist the return value of a UDF, consider a persisted computed column rather than an indexed view.

    0 讨论(0)
提交回复
热议问题