Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Index and different types of Indexes?

Answer Posted / alcheringa

indexes is a process of creating a structure from a
database table from a single or multiple compostion
(atleast) of attributes for efficient data retreival.
some database even allow to create indexes out of
expressions as well.

there are different types of indexes based on the
implementation methodology:
b Trees, b+ trees, bitmap indexes, hash index etc . infact
in some database the index file is different from the
database file and hence one can write one's plug in for a
special kind of index .

clustered and non-clustered is the kind of architecture
that is used to define the index methodology as noted
earlier.

indexes are boon when used in retreivals and they are
doomed when used in situations where there's more write
than read. this is so because every new write in the table
also implies corresponding modofication in the indexes as
created for the table.

Is This Answer Correct ?    22 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of aggregate functions in oracle?

1071


definition of cluster and non-clustered index?

3101


How does the on-delete-cascade statement work?

1163


What is connection pool in oracle?

1037


What privilege is needed for a user to create indexes in oracle?

1082


How do I connect to oracle database?

1198


What privilege is needed for a user to connect to oracle server?

1034


What happens to the current transaction if the session is killed?

1035


What is a parameter file in oracle?

1188


What is tns entry?

1236


What are the parameters that we can pass through a stored procedure?

1117


Explain the use of show option in imp command.

1148


Is it possible to insert comments into sql statements return in the data model editor ?

2638


What is the difference between hot backup and cold backup in oracle?

1078


Can we commit inside a function in oracle?

1013