Skip to content

Commit c7ae075

Browse files
author
Steven Feuerstein
authored
Update README.md
1 parent ce03b28 commit c7ae075

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

plsql/performance/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
Oracle PL/SQL offers many features for optimizing performance, especially in terms of optimizing execution of SQL from within PL/SQL.
2+
3+
Key features include:
4+
* FORALL
5+
* BULK COLLECT
6+
* Function result cache
7+
* UDF pragma (12.1)
8+
* Compiler optimization

0 commit comments

Comments
 (0)