How can i speed up this Indexed View?

后端 未结 7 1870
难免孤独
难免孤独 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.

提交回复
热议问题