cancel
Showing results for 
Search instead for 
Did you mean: 

Sequential reads vs Direct reads

Former Member
0 Kudos

Hello gurus,

Could you please let me know what are the main difference between direct reads and sequential reads in terms of performance?

Thanks and best regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Mainly, Direct Read refers to accesses in which a maximum of one line is returned by the database, otherwise Sequential Read refers to all other read database accesses, in which there may be more than one line returned.

In case of Sequential Read, when you perform a trace on these queries you will see that index is used in most cases. However Direct Read have better performance than Sequential.

Answers (0)