Skip to content

Commit fb063ae

Browse files
author
Steven Feuerstein
authored
Update forall-inserts-comparison
1 parent c7ae075 commit fb063ae

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

plsql/performance/forall-inserts-comparison

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,14 @@ BEGIN
156156
END;
157157

158158
/
159+
160+
/* Results seen on 12.2:
161+
162+
"FOR loop (row by row)100000" completed in: 6.755 seconds
163+
"FORALL (bulk)100000" completed in: 0.196 seconds
164+
"Insert Select from nested table 100000" completed in: 0.267 seconds
165+
"Insert Select WITH DIRECT PATH 100000" completed in: 0.318 seconds
166+
"Insert Select 100% SQL" completed in: 0.482 seconds
167+
"BULK COLLECT - FORALL" completed in: 0.716 seconds
168+
169+
*/

0 commit comments

Comments
 (0)