#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)
follow-up: 2 comment:1 by , 10 years ago
comment:2 by , 10 years ago
Replying to timgraham:
Do you have a proposed API?
not till now, but should be based on Class based Index Dep?
follow-up: 5 comment:4 by , 9 years ago
| Triage Stage: | Someday/Maybe → Accepted |
|---|
This can likely move forward now that the framework for class-based indexes is in master.
comment:5 by , 9 years ago
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 by , 9 years ago
| Keywords: | postgres index BRIN added |
|---|
comment:7 by , 9 years ago
| Has patch: | set |
|---|---|
| Patch needs improvement: | set |
comment:8 by , 9 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:9 by , 9 years ago
| 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 by , 9 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:12 by , 9 years ago
| Keywords: | db-indexes added |
|---|
Do you have a proposed API?