Database Backup and Recovery (MOSC)

MOSC Banner

5+ fold performance degradation due to enabled flashback

edited Jul 23, 2014 5:00AM in Database Backup and Recovery (MOSC) 1 commentAnswered

Hi,

BTW this is on Exadata 11.2.0.3.

When doing a relatively simple insert append into a table there is a 5 to 7 fold performance degradation when flashback is enabled.

About 6 million rows are inserted into an empty table with a primary key and 1 other unique index.

When flashback is not enabled the tkprof output looks like :

call     count cpu    elapsed       disk query    current        rows

------- ------  -------- ---------- ---------- ---------- ----------  ----------

Parse        1 0.00       0.00          0          0          0           0

Execute      2 42.57      43.46          9 372928    2741017     6450171

Fetch        0 0.00       0.00          0          0          0           0

------- ------  -------- ---------- ---------- ---------- ----------  ----------

total        3 42.58      43.47          9 372928    2741017     6450171

Misses in library cache during parse: 1

Optimizer mode: ALL_ROWS

Parsing user id: 79

Number of plan statistics captured: 1

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center