InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Physical And Logical Read? |
|
Answer» If we fetch DATA from database buffer cache, then its CALLED logical READ. If we fetch it from database, its called physical read as it includes an I/O operation. If we fetch data from database buffer cache, then its called logical read. If we fetch it from database, its called physical read as it includes an I/O operation. |
|