question

OraLearner avatar image
OraLearner asked

If the large table contains thousands of records and the application is accessing 35% of the table which method to use ?

If the large table contains thousands of records and the application is accessing 35% of the table which method to use: index searching or full table scan ? Thank you

oracledatabasetable
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Leigh Riffel avatar image Leigh Riffel commented ·
I think we need more information for a definitive answer. Are you asking what should be done or what will be done. For the former we need to know how many columns there are, how big they are, how much data they contain, how many are being selected, and probably a few other things. For the latter we also need to know what version of Oracle, whether object and system statistics have been gathered, and even then it would still just be an educated guess. Do you have a query doing a full table scan when you think it shouldn't? Can you show the query and provide some information on the tables?
0 Likes 0 ·

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.