本文介绍了SQL视图中的性能问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我通过加入所有表的主键创建了包含4个表的视图。
当我访问按选择查询查看。获取记录变得非常慢。
视图有超过1个缺乏记录。但如果我创建一个包含View数据的表,在选择表数据时会快速获取它。
我需要快速从视图中获取数据。
我们怎么做?
谢谢,
Palraj M.
Hi All,
I created view with 4 tables by joining primary key of the all the tables.
when I access the view by select query . it gets very slow to fetch the records.
view has more than 1 Lack records. but if I create a table with View data, while selecting table data it is fetched fastly .
I need to get the data from the view fastly.
How can we do that???
Thanks,
Palraj M.
推荐答案
这篇关于SQL视图中的性能问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!