mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
doc: move hash performance item into index section
The requirement to rebuild pg_upgrade-ed hash indexes was kept in the incompatibilities section. Reported-by: Amit Kapila
This commit is contained in:
@ -49,26 +49,14 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<!--
|
<!--
|
||||||
Author: Robert Haas <rhaas@postgresql.org>
|
Created from "Improve hash bucket split performance" item
|
||||||
2016-11-30 [6d46f4783] Improve hash index bucket split behavior.
|
|
||||||
Author: Robert Haas <rhaas@postgresql.org>
|
|
||||||
2017-02-07 [293e24e50] Cache hash index's metapage in rel->rd_amcache.
|
|
||||||
Author: Robert Haas <rhaas@postgresql.org>
|
|
||||||
2017-02-27 [b0f18cb77] hash: Refactor bucket squeeze code.
|
|
||||||
Author: Robert Haas <rhaas@postgresql.org>
|
|
||||||
2017-02-27 [30df93f69] hash: Refactor overflow page allocation.
|
|
||||||
Author: Robert Haas <rhaas@postgresql.org>
|
|
||||||
2017-04-03 [ea69a0dea] Expand hash indexes more gradually.
|
|
||||||
-->
|
-->
|
||||||
<para>
|
<para>
|
||||||
Improve hash bucket split performance by reducing locking requirements
|
<application>pg_upgrade</>-ed hash indexes from previous major Postgres versions must be rebuilt.
|
||||||
(Amit Kapila, Mithun Cy)
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Also cache hash index meta-information for faster lookups. Additional
|
Major hash index performance improvements necessitated this requirement.
|
||||||
hash performance improvements have also been made. <application>pg_upgrade</>'d hash
|
|
||||||
indexes from previous major Postgres versions must be rebuilt.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -475,6 +463,30 @@ warning message about their use.
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<!--
|
||||||
|
Author: Robert Haas <rhaas@postgresql.org>
|
||||||
|
2016-11-30 [6d46f4783] Improve hash index bucket split behavior.
|
||||||
|
Author: Robert Haas <rhaas@postgresql.org>
|
||||||
|
2017-02-07 [293e24e50] Cache hash index's metapage in rel->rd_amcache.
|
||||||
|
Author: Robert Haas <rhaas@postgresql.org>
|
||||||
|
2017-02-27 [b0f18cb77] hash: Refactor bucket squeeze code.
|
||||||
|
Author: Robert Haas <rhaas@postgresql.org>
|
||||||
|
2017-02-27 [30df93f69] hash: Refactor overflow page allocation.
|
||||||
|
Author: Robert Haas <rhaas@postgresql.org>
|
||||||
|
2017-04-03 [ea69a0dea] Expand hash indexes more gradually.
|
||||||
|
-->
|
||||||
|
<para>
|
||||||
|
Improve hash bucket split performance by reducing locking requirements
|
||||||
|
(Amit Kapila, Mithun Cy)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Also cache hash index meta-information for faster lookups. Additional
|
||||||
|
hash performance improvements have also been made.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<!--
|
<!--
|
||||||
Author: Robert Haas <rhaas@postgresql.org>
|
Author: Robert Haas <rhaas@postgresql.org>
|
||||||
|
Reference in New Issue
Block a user