The following are PostgreSQL specific indexes
available from the django.contrib.postgres.indexes module.
BrinIndex¶BrinIndex(fields=[], name=None, pages_per_range=None)[código fonte]¶Creates a BRIN index.
The pages_per_range argument takes a positive integer.
GinIndex¶GinIndex[código fonte]¶Creates a gin index.
To use this index on data types not in the built-in operator classes,
you need to activate the btree_gin extension on
PostgreSQL. You can install it using the
BtreeGinExtension migration
operation.
dez 02, 2017