what are the things that you consider while creating indexes
on partitioning tables?
Answer Posted / gautam choudhury
1) If the table partitioning column is a subset of the
index keys, use a local index. If this is the case, you are
done.
If this is not the case, continue to guideline 2.
2) If the index is unique, use a global index. If this is
the case, you are done. If this is not the case, continue
to
guideline 3.
3) If your priority is manageability, use a local index. If
this is the case, you are done. If this is not the case,
continue to guideline 4.
4) If the application is an OLTP one and users need quick
response times, use a global index. If the application is a
DSS one
and users are more interested in throughput, use a local
index.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different types of modules in oracle forms?
How can we view last record added to a table?
How to commit the current transaction in oracle?
Explain the use of owner option in exp command.
What is MTTR advisor in Oracle?
Is oracle a relational database?
What is meant by recursive hints in oracle?
What is format trigger?
How to turn on or off recycle bin for the session?
How to execute the package in oracle?
What are the differences between date and timestamp in oracle?
how to make an oracle object
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What is sharded cluster?
What is catalog in Oracle?