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...

Can any one please provide me practical example of How to
do the performance tuning in Query??

Answer Posted / subbareddy kake

I will give you example for this....

Select *from emp where deptno=20 and empno:7788

above query will take much time to execute compared to
bellow query
Select *from emp where empno=7788 and deptno=20

becoz first query will take 1st all 20th dept emps and
again it will search for specific empno.but second query
will search first 7788 empno next it will see,that empno is
related to 20th dept or no.

So it will take less time for execution.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is MLOAD Teradata Server restarted after execution?

1338


How do you do backup and recovery in teradata?

1072


What is the command in bteq to check for session settings ?

1230


What happens in a conflict? How do you handle that?

1100


What are the different table types supported by teradata?

1016


What are the functions of a teradata dba?

1123


What is called partitioned primary index (ppi) and discuss the advantages of using it in a query?

1073


What are default access rights in teradata? What explicit right can be given to a user?

1143


What are the primary characteristics of the Teradata.

1231


hi frnds i want to learn teradata utilities and teradata dba real time. i have 1+ years of experience in teradata. so i want to go deeply in Tearada. plz let me know at my email id who r best to learn from. im lookng for a realtime guy in HYD or Banglr. Thanks in advance. Rajesh my email-id: rajeshmss87@gmail.com

2909


Which is more efficient group by or distinct to find duplicates?

1126


What is the opening step in basic teradata query script?

1089


Mention a few of the ETL tools that come under Teradata.

1129


How can we check the version of Teradata that we are using currently?

1107


What is difference between user and database in teradata?

1113