Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Rename Tablespace Oracle
  • Test Case for Inserting Multiple (2.3 Million rows in 26 Seconds) Oracle
  • findinfo.sql (SQL for getting CPU and Active session info) Oracle
  • How do I get Oracle to automatically start when my server boots up? Oracle
  • Some useful Unix Commands Linux/Unix
  • SQL Tracker by SID sqltrackerbysid.sql Oracle
  • Generating XML from SQLPLUS Oracle
  • Find Stale DR Physical Standby Oracle
  • sid_wise_sql.sql Oracle
  • Oracle Internal Good Websites 1 Oracle
  • cur_sql.sql Oracle
  • DBMS_STATS Metalinks Notes Oracle
  • Find_table_size.sql Oracle
  • MYSQL for Oracle DBA MYSQL
  • adding new line after specific pattern using sed Linux/Unix

Composite Index creation tip from Vivek

Posted on 06-Feb-2007 By Admin No Comments on Composite Index creation tip from Vivek

When you create a composite B-tree index, you should consider the following.

The most restrctive condition: The condition that returns the least number of rows. The column that is involved in this condition, should be the leading column of B-tree index.

So for finding the candidate of composite index columns, column order should be..

( Column involved in the most restrictive condition, …….. , column involved in the least restrictive condition).

Also, consider the data distribution while checking restrictive columns. Above analysis will work better for uniformly distributed column values.

Oracle, SQL scripts

Post navigation

Previous Post: Histogram information
Next Post: Another export with Query

Related Posts

  • This is from Temi Oracle
  • Very clear article about oracle dataguard Oracle
  • arch_configUOCIOTTO.ora Oracle
  • Proc code Oracle
  • Find Stale DR Physical Standby Oracle
  • sid_wise_sql.sql Further explaination Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Settting up get_vmstat.sh for colletinf CPU Usage. Oracle
  • Generating XML from SQLPLUS Oracle
  • SYSOPER Mystery Oracle
  • Find sort details from Db find_sort.sql Oracle
  • DBMS_STATS Metalinks Notes Oracle
  • Find long Running Transaction Linux/Unix
  • Search and Replace vi editor command. Linux/Unix
  • Adding or Dropping Online Redo Log Files When Physical Standby in place Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme