ITPUB
Nov 1, 2016 · Databases
How to Slash Redo Log Generation and Logical Reads in Oracle UPDATE Statements
A detailed Oracle performance case study shows how adding selective predicates and a supporting index to an UPDATE that runs hourly can reduce redo log generation from over 100 MB to under 1 MB and cut logical reads by more than 95%, with step‑by‑step measurements and code examples.
Logical ReadsOracleSQL
0 likes · 8 min read
