K
Kent
Unregistered / Unconfirmed
GUEST, unregistred user!
我的程序统计查询速度非常慢,现在想提高速度。。。
我的统计查询全用的是sql语句,嵌套的多表的查询,
我想知道sql的条件是如何被处理的?
例如:
select * from database where condition1 and condition2
和
select * from database where condition2 and condition1
有没有区别?(如果符合condition1的记录多些,符合condition2的
记录少些...)
是从左到右处理还是从右到左处理,哪个效率高些?
我的统计查询全用的是sql语句,嵌套的多表的查询,
我想知道sql的条件是如何被处理的?
例如:
select * from database where condition1 and condition2
和
select * from database where condition2 and condition1
有没有区别?(如果符合condition1的记录多些,符合condition2的
记录少些...)
是从左到右处理还是从右到左处理,哪个效率高些?