Opened 6 years ago
Closed 6 years ago
#29614 closed New feature (fixed)
Add fillfactor parameter for B-Tree indexes
Reported by: | Nick Pope | Owned by: | Nick Pope |
---|---|---|---|
Component: | contrib.postgres | Version: | dev |
Severity: | Normal | Keywords: | btree, index, postgres, db-indexes, fillfactor |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Add support for fillfactor
parameter for B-Tree indexes by creating a new BTreeIndex
in django.contrib.postgres
.
This rounds out the full support for PostgreSQL indexes in Django.
Change History (4)
comment:1 by , 6 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 6 years ago
Has patch: | set |
---|
comment:3 by , 6 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR