由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - question on nested query
相关主题
有什么优化query的常用方法Re: 求教: Join 两个query (data) tables 出错
query running long time菜鸟求教 MS Access pass through query
请教一个query[转载] strong SQL skills?
[转载] Can anyone interpret this simple SQL?急问 hibernate query
请教一个mssql的问题请教一个求职面试题:如何写一个SQL query求表中对角线的和
Can "NOT IN" be expressed in a single block query?问Jackrun, Beijing等大侠performance问题
新手如何快速学习数据库适用于sql server 和oracle 的 sql batch?
如何完成这个sql?tbl1.col1 = tbl2.col2 (+)
相关话题的讨论汇总
话题: query话题: nested话题: remote话题: question话题: view
进入Database版参与讨论
1 (共1页)
c**t
发帖数: 2744
1
A very complex query has remote query in it.
Will it be faster to create a view for the remote query?
m****c
发帖数: 8
2

It depends on what kind of view you are going to create. In oracle, they have
materialized view, that will speed up the query. But you still need to check
the query executing path, and make sure using the correct index, joins etc.

【在 c**t 的大作中提到】
: A very complex query has remote query in it.
: Will it be faster to create a view for the remote query?

1 (共1页)
进入Database版参与讨论
相关主题
tbl1.col1 = tbl2.col2 (+)请教一个mssql的问题
how to write this queryCan "NOT IN" be expressed in a single block query?
请问个join的问题新手如何快速学习数据库
做 php 如何发展呢 ?如何完成这个sql?
有什么优化query的常用方法Re: 求教: Join 两个query (data) tables 出错
query running long time菜鸟求教 MS Access pass through query
请教一个query[转载] strong SQL skills?
[转载] Can anyone interpret this simple SQL?急问 hibernate query
相关话题的讨论汇总
话题: query话题: nested话题: remote话题: question话题: view