| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: TODO Request |
| Date: | 2006-09-02 23:55:33 |
| Message-ID: | 200609022355.k82NtXR07661@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Joshua D. Drake wrote:
> Bruce Momjian wrote:
> > Added to TODO:
> >
> > * Simplify ability to create partitioned tables
> >
> > This would allow creation of partitioned tables without requiring
> > creation of rules for INSERT/UPDATE/DELETE, and constraints for
> > rapid partition selection. Options could include range and hash
> > partition selection.
> >
> > * Allow auto-selection of partitioned tables for min/max() operations
> >
> > I didn't add subparitions because that seems pretty complicated.
>
> Thanks for this.
>
> What about the other partioning types? And complicated should be what we
Uh, what other types? I see key, hash, and sub listed below.
> are after :)
It is not clear a complex solution would be accepted by the community.
--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2006-09-02 23:58:35 | Re: Backend SSL configuration enhancement |
| Previous Message | Joshua D. Drake | 2006-09-02 23:53:00 | Re: TODO Request |