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 is the maximum number of dml can be coded in a multiload script?
In BTEQ, how are the session-mode parameters being set?
What is the multi-insert?
how many modules are there in telecome domain?how to explain the architecture?
How to find duplicates in a table?
What are the main components of teradata system?
Mention a few of the ETL tools that come under Teradata.
What are the advantages of teradata?
what is object level locking ? where do appear this type of locking ?
What are different table types used in teradata?
What are the updated features of teradata?
How to explain project Architecture and flow in teradata interviews?Can please anyone help on this? Am new to teradata.
Where is teradata rdbms used?
if collect stats but it show low confidence why?
Explain some differences between mpp and smp?