Oracle redo log performance degradation when inserting
Posted
by
Aldarund
on Server Fault
See other posts from Server Fault
or by Aldarund
Published on 2012-06-14T15:23:36Z
Indexed on
2012/10/11
9:40 UTC
Read the original article
Hit count: 216
I have a oracle 11g database. I'm testing in for inserts. The database running in noarchive mode. I have 3 redo log configured, each 2gb.
I'm trying to insert data into test table. At begin it goes fine with 15k ins/second. I make a commit after 200 inserts.
But after about 1.3m inserted records it become really slow, about 1-2k ins/second. As i noticed in resource explorer at this point we have filled all redo logs and so the inserts from this points work slow.
So my question is why it become so slow when it fills redo logs, even if i commit each 200 records. And how this situation can be fixed ( except the turning off logging completely at inserts)
© Server Fault or respective owner