mirror of
https://github.com/django/django.git
synced 2025-08-30 23:37:50 +00:00
Refs #25809 -- Made a few late review comments for BrinIndex.
This commit is contained in:
parent
0f46bc67e2
commit
65e321b781
4 changed files with 11 additions and 14 deletions
|
@ -12,12 +12,12 @@ available from the ``django.contrib.postgres.indexes`` module.
|
|||
``BrinIndex``
|
||||
=============
|
||||
|
||||
.. class:: BrinIndex(pages_per_range=None)
|
||||
.. class:: BrinIndex(fields=[], name=None, 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.
|
||||
<https://www.postgresql.org/docs/current/static/brin-intro.html>`_.
|
||||
|
||||
The ``pages_per_range`` argument takes a positive integer.
|
||||
|
||||
``GinIndex``
|
||||
============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue