diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-12.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 91f914ecceb..f9d27fe4fed 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -570,7 +570,9 @@ Improve speed of btree index insertions (Alexander Korotkov, Peter Geoghegan) </para> <para> - LOOKUP, INDEX CLEANUP IMPROVEMENTS? +The new code improves the space-efficiency of page splits, reduces locking +overhead, and gives better performance for <command>UPDATE</command>s +and <command>DELETE</command>s on indexes with many duplicates. </para> </listitem> |