How does indexing improve query performance?
Answer Posted / praveen
By creating index on single or multiple columns, query
takes index access path instead of full table scan. Full
table scan is costilier operation where it has to visit all
rows in the table whereas index operation just accesses the
index sub table with required hash value and joins with the
basetable using rowid. This improves response time and
performance of the query.
| Is This Answer Correct ? | 28 Yes | 3 No |
Post New Answer View All Answers
What does sleep function does in fast load?
any one answer me how they can analyzing the project using data ware housing?
There is a column with date in it. If I want to get just month how it can be done? Can I use sub string?
What are the commands to make a new table, change a table and remove a table in teradata?
What is a dimension table?
Explain the term 'primary key' related to relational database management system?
Explain teradata architecture?
What is stored procedure in teradata?
In BTEQ, how are the session-mode parameters being set?
How do you set the session mode parameters in bteq?
What is node? How many nodes and amps used in your previous project?
How do you define Teradata?
how many modules are there in telecome domain?how to explain the architecture?
what is sysdba and sysdbc ? which has high priority ?
List out some of the primary characteristics of teradata.