Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> SQL TUNE

SQL TUNE

From: Seema Singh <oracledbam_at_hotmail.com>
Date: Tue, 04 May 2004 13:02:39 -0400
Message-ID: <BAY10-F123HFnwpGR8800007b91@hotmail.com>


Hi,
I'm having one query which is more frequntly access by user.

select id, lname from godev.user where upper(sepr)='Y'

This tables have 711180 rows out of 27 rows are having sepr equal to 'Y'.

select id, lname from dev.user where sepr='Y' Which query would be fast if sepr didn't have any indexes?

thanks



FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.com/go/onm00200415ave/direct/01/

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Tue May 04 2004 - 12:00:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US