Performance Engineering Interview Questions #14
Following are the Performance Engineering Interview Questions Set #14. Q. 66 What is the difference between ‘db file sequential read’ and ‘db file scattered read’ wait events? Ans: The ‘db file sequential read’ indicates single-block reads, often associated with index lookups whereas ‘db file scattered read’ involves multi-block reads, typically from full table scans or … Read more