database - Is local bitmap index better or normal index, if table partition is not used in query -


i have partitioned table column of enumerated values (i.e. non unique), , want make index on column enhance performance of query doesn't include partition in clause (i.e. runs on entire table) .... better make local bitmap index or normal index ? ... using oracle 12g

a bitmap index better non-unique values age,sex,location etc. depends on volume of data,size of db , how frequent updates etc.

below read.

refer: http://www.oracle.com/technetwork/articles/sharma-indexes-093638.html


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -