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 purpose of Indexing creating? directly we can search
the reqired row with the help of query?what is the use of
indexing?

Answer Posted / madhunathanv

Main Purpose of Index creation is the for the Quick
retrieval of data ie.., speed up searching, from the
Table,where by it is created in the page index ,so that
instead of searching out for whole records from the table
when the query is executed it goes to page id and finds the
index id created and retrieves out the data based on
indexid ,so that time it takes becomes less when compared
to non creation of index.

By default when index is not created primary key will be
the default index.
The sysindexes table, which exists in every database,
tracks table and index information

AFAIK

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Some important instruction regarding ADO.NET connection string ?

1044


Which is the feature of ado.net?

1064


What is command class in ado.net?

1094


What is the use of SqlCommand object?

1282


Does ado.net use odbc?

995


Explain the basic use of "dataview" and explain its methods.

1053


What are the rules to implement connection pooling?

1117


What is the difference between DataReader and DataSet in ADO.NET?

1237


Why do we use sqldataadapter?

999


If a table contains 20000 records. In a page at each time 100 records to be displayed.

929


What is ado.net architecture?

969


What is the maximum pool size in ado.net connection string?

988


Is entity framework better than ado.net?

1075


How to retrieve the user id which is provided while windows authentication?

1144


How to work with disconnected data - the dataset and sqldataadapter?

1037