Skip to content

Commit 922d1a2

Browse files
committed
relnote: improve sorting entries
Reported-by: David Rowley Discussion: https://postgr.es/m/CAApHDvrToHFvL-W03vSi6T50uScyhrdUGzTtcuLAjdjtRF8FLA@mail.gmail.com
1 parent ab02d70 commit 922d1a2

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

doc/src/sgml/release-15.sgml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -630,23 +630,6 @@ Previously de-duplication was disabled for these types of indexes.
630630
</para>
631631
</listitem>
632632

633-
<!--
634-
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
635-
2021-10-18 [65014000b] Replace polyphase merge algorithm with a simple balanced
636-
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
637-
2021-10-25 [166f94377] Clarify the logic in a few places in the new balanced me
638-
-->
639-
640-
<listitem>
641-
<para>
642-
Improve sorting performance (Heikki Linnakangas)
643-
</para>
644-
645-
<para>
646-
Specifically, switch to a batch sorting algorithm that uses more output streams internally.
647-
</para>
648-
</listitem>
649-
650633
<!--
651634
Author: Alexander Korotkov <akorotkov@postgresql.org>
652635
2022-02-07 [f1ea98a79] Reduce non-leaf keys overlap in GiST indexes produced by
@@ -792,6 +775,23 @@ This will improve text-heavy operations like COPY FROM.
792775
</para>
793776
</listitem>
794777

778+
<!--
779+
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
780+
2021-10-18 [65014000b] Replace polyphase merge algorithm with a simple balanced
781+
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
782+
2021-10-25 [166f94377] Clarify the logic in a few places in the new balanced me
783+
-->
784+
785+
<listitem>
786+
<para>
787+
Improve performance for sorts that exceed work_mem (Heikki Linnakangas)
788+
</para>
789+
790+
<para>
791+
Specifically, switch to a batch sorting algorithm that uses more output streams internally.
792+
</para>
793+
</listitem>
794+
795795
<!--
796796
Author: David Rowley <drowley@postgresql.org>
797797
2021-07-22 [91e9e89dc] Make nodeSort.c use Datum sorts for single column sorts

0 commit comments

Comments
 (0)