Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Optimizer_Index init.ora parameter explaination. Oracle
  • CPU Core related projections AWS
  • fuser to check who is using diretory Linux/Unix
  • V$INSTANCE of Oracle in MYSQL MYSQL
  • sqlnet.ora paramters Oracle
  • DB Console Mainenance. Oracle
  • process id based files and processes Linux/Unix
  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR Oracle
  • Transfer SQL Profiles from One database to other database. Oracle
  • PLSQL Table Syntax 2 Oracle
  • newupload.html PHP/MYSQL/Wordpress
  • Find_table_size.sql Oracle
  • Privileges Required to Create Procedures and Functions that uses objects from other schema. Oracle
  • Kernel Parameter setting explaination for Processes Parameter Linux/Unix
  • Finding last recovered file on DR and remove all chanracters before any “/” 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

  • get_vmstat.ksh for Solaris Oracle
  • OEM-Commnds Oracle
  • Oracle 10g for solaris 10 Oracle
  • Oracle 10g Installation/Applying Patches Tips Oracle
  • Renaming the column name Oracle
  • Explain Plan Output 2 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • How to find password change date for user Oracle
  • longtx.sql Oracle
  • Find all users who have DML privileges Oracle
  • chk_space_SID.ksh Linux/Unix
  • oracle 11g RAC on vmware Oracle
  • replace alphabets using sed Linux/Unix
  • To see mem usage and CPU usage system wide. Linux/Unix
  • catting.sh Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme