The UNIX and Linux Forums
>
Special Forums
>
UNIX and Linux Applications
Optimizing query
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Optimizing query
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
08-03-2007
jim mcnamara
...@...
Join Date: Feb 2004
Location: NM
Posts: 3,493
rowid is not an indexed column - it is a "pseudocolumn'. the in () subselect will read thru the entire select statement's result set each time. When I get back in a while I'll write something that is faster. You may need to add an index.
jim mcnamara
View Public Profile
Find all posts by jim mcnamara