mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 00:03:09 -04:00
relnote: improve sorting entries
Reported-by: David Rowley Discussion: https://postgr.es/m/CAApHDvrToHFvL-W03vSi6T50uScyhrdUGzTtcuLAjdjtRF8FLA@mail.gmail.com
This commit is contained in:
parent
ab02d702ef
commit
922d1a27e9
@ -630,23 +630,6 @@ Previously de-duplication was disabled for these types of indexes.
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<!--
|
|
||||||
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
|
|
||||||
2021-10-18 [65014000b] Replace polyphase merge algorithm with a simple balanced
|
|
||||||
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
|
|
||||||
2021-10-25 [166f94377] Clarify the logic in a few places in the new balanced me
|
|
||||||
-->
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Improve sorting performance (Heikki Linnakangas)
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
Specifically, switch to a batch sorting algorithm that uses more output streams internally.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Author: Alexander Korotkov <akorotkov@postgresql.org>
|
Author: Alexander Korotkov <akorotkov@postgresql.org>
|
||||||
2022-02-07 [f1ea98a79] Reduce non-leaf keys overlap in GiST indexes produced by
|
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.
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
|
||||||
|
2021-10-18 [65014000b] Replace polyphase merge algorithm with a simple balanced
|
||||||
|
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
|
||||||
|
2021-10-25 [166f94377] Clarify the logic in a few places in the new balanced me
|
||||||
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Improve performance for sorts that exceed work_mem (Heikki Linnakangas)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Specifically, switch to a batch sorting algorithm that uses more output streams internally.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Author: David Rowley <drowley@postgresql.org>
|
Author: David Rowley <drowley@postgresql.org>
|
||||||
2021-07-22 [91e9e89dc] Make nodeSort.c use Datum sorts for single column sorts
|
2021-07-22 [91e9e89dc] Make nodeSort.c use Datum sorts for single column sorts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user