1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00

Doc: Hash Indexes.

A new chapter for Hash Indexes, designed to help users understand how
they work and when to use them.

Backpatch-through 10 where we have made hash indexes durable.

Author: Simon Riggs
Reviewed-By: Justin Pryzby, Amit Kapila
Discussion: https://postgr.es/m/CANbhV-HRjNPYgHo--P1ewBrFJ-GpZPb9_25P7=Wgu7s7hy_sLQ@mail.gmail.com
This commit is contained in:
Amit Kapila
2021-07-05 09:36:11 +05:30
parent 0f06359fb3
commit e360aa0530
3 changed files with 164 additions and 0 deletions

View File

@ -266,6 +266,7 @@ break is not needed in a wider output rendering.
&spgist;
&gin;
&brin;
&hash;
&storage;
&bki;
&planstats;