PIO
From Oracle FAQ
PIO or Physical I/O refers to reading and writing from/to disk.
[edit]
Monitor
To monitor the PIO of an Oracle database, execute:
SELECT name, value FROM v$sysstat
WHERE name IN ('physical reads', 'physical writes');
[edit]
Also see
- LIO - logical I/O
| Glossary of Terms | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | # |

