Opened 8 years ago
Closed 7 years ago
#28126 closed New feature (fixed)
Add GistIndex Model Index
Reported by: | Flavio Curella | Owned by: | Lefteris Nikoltsios |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Django 1.11 added the Indexes (https://docs.djangoproject.com/en/1.11/ref/models/indexes/), but the GIST Index used prevalently in GIS application hasn't been implemented.
Change History (7)
comment:1 by , 8 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 8 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:3 by , 8 years ago
Triage Stage: | Ready for checkin → Accepted |
---|
comment:4 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 8 years ago
Patch needs improvement: | set |
---|
comment:6 by , 7 years ago
Patch needs improvement: | unset |
---|---|
Version: | 1.11 → master |
PR with support for the fillfactor
and buffering
parameters, and schema tests, as well as support for the btree_gist
extension.
The extension intarray
is required for support for gist
indexes on integer[]
. The extension is not added in the PR, only btree_gist
.
Note:
See TracTickets
for help on using tickets.
PR from Marc.