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 sql optimization

Answer Posted / anupam bhatt

SQL optimization or tuning is the process to improve upon your sql queries to make them more efficient and avoid common pitfalls like multiple database round trips etc. Basically do more work with fewer queries to make the application fast and manageable.

This can be achieved by various ways like joining multiple queries in to one to avoid multiple network round trips, add indexes to the tables which are frequently accessed to reduce the turnaround time, fetch only the required data instead of a generic query getting all of the data of the table etc.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to select 10 records from a table?

1204


What is the mutating table and constraining table?

1075


How do I create a memory optimized filegroup?

1008


How do I partition a table in sql?

1199


Why triggers are used?

1035


What is the difference between the conventional and direct path loads? : aql loader

1468


explain access control lists. : Sql dba

1045


What is crud sql?

1026


What is a boolean in sql?

1025


what is rollback? : Sql dba

1177


What are the different ddl commands in sql?

1247


mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql

1088


Why select is used in sql?

1068


How does sql*loader handles newline characters in a record? : aql loader

1089


Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints

1129