#25809 closed New feature (fixed)
PostgreSQL 9.5 BRIN Index support in contrib.postgres
Reported by: | Asif Saifuddin Auvi | Owned by: | Mads Jensen |
---|---|---|---|
Component: | contrib.postgres | Version: | dev |
Severity: | Normal | Keywords: | postgres, index, BRIN, db-indexes |
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
pgsql 9.5 introduces BRIN index which will be nice to have in django postgres.
Change History (18)
comment:1 follow-up: 2 Changed 8 years ago by
comment:2 Changed 8 years ago by
Replying to timgraham:
Do you have a proposed API?
not till now, but should be based on Class based Index Dep?
comment:4 follow-up: 5 Changed 7 years ago by
Triage Stage: | Someday/Maybe → Accepted |
---|
This can likely move forward now that the framework for class-based indexes is in master.
comment:5 Changed 7 years ago by
Replying to timgraham:
This can likely move forward now that the framework for class-based indexes is in master.
exactly. will this be part of current gsoc?
comment:6 Changed 7 years ago by
Keywords: | postgres index BRIN added |
---|
comment:7 Changed 7 years ago by
Has patch: | set |
---|---|
Patch needs improvement: | set |
comment:8 Changed 7 years ago by
Owner: | set to Mads Jensen |
---|---|
Status: | new → assigned |
comment:9 Changed 7 years ago by
Patch needs improvement: | unset |
---|
Updated according to review by Tim Graham. It's tricky finding a good sql_create_index
that suits all backends, as the current design requires. My solution just introduces a new one, and uses this in the as_sql
-method.
comment:10 Changed 7 years ago by
Triage Stage: | Accepted → Ready for checkin |
---|
comment:12 Changed 7 years ago by
Keywords: | db-indexes added |
---|
Do you have a proposed API?