mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.
Thanks Tim Graham and Markus Holtermann for review.
This commit is contained in:
parent
236ebe94bf
commit
e585c43be9
8 changed files with 121 additions and 14 deletions
|
@ -9,6 +9,16 @@ PostgreSQL specific model indexes
|
|||
The following are PostgreSQL specific :doc:`indexes </ref/models/indexes>`
|
||||
available from the ``django.contrib.postgres.indexes`` module.
|
||||
|
||||
``BrinIndex``
|
||||
=============
|
||||
|
||||
.. class:: BrinIndex(pages_per_range=None)
|
||||
|
||||
Creates a `BRIN index
|
||||
<https://www.postgresql.org/docs/current/static/brin-intro.html>`_. For
|
||||
performance considerations and use cases of the index, please consult the
|
||||
documentation.
|
||||
|
||||
``GinIndex``
|
||||
============
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue