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) - LOOKUP, INDEX CLEANUP IMPROVEMENTS? +The new code improves the space-efficiency of page splits, reduces locking +overhead, and gives better performance for UPDATEs +and DELETEs on indexes with many duplicates.