Enormous REDO generation
The system generates enormous redo logs. The main operation of the system is huge inserts to partitioned table. During 15 mins 29G data was loaded, 17G Redo was generated. According to the documentation - no reason to generate so much redo: No force logging, table is NOLOGGING, INSERT is with append hint - from SELECT (from external table), no indexes, triggers on the table, no material views. Any ideas what could cause so much REDO?
0