1. How actually index will work ?
2. Why do people prefer mostly bitmap index and btree index
in datawarehouse ?
3. If I use the column in aggrigate functions like
max,min,count and avg and if I have a index created on that
column, will it increases the performance ?

Answer Posted / mrs.priya

1.index file created separately(uses separate memory) apart
from the original file to increase performance
2. good performance
3. yes it increases the performance because index uses
separate memory

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we need oracle client?

505


How to call a stored function with parameters?

556


How index is implemented in oracle database?

584


how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?

1522


What is the string concatenation operator in oracle?

563






How to insert multiple rows with one insert statement in oracle?

564


Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.

1349


Explain the use of inctype option in exp command.

588


How to speed up webrick?

583


Explain self joins in oracle?

551


What is pragma autonomous transaction in oracle?

511


20. Using a set operator, display the client number of all clients who have never placed an order.

1793


What is the difference between primary key and unique key and foreign key in oracle?

543


Please explain oracle left join with an example?

576


What is the order of defining local variables and sub procedures/functions?

592