From: | hubert depesz lubaczewski <depesz(at)gmail(dot)com> |
---|---|
To: | Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | when can we get better partitioning? |
Date: | 2006-01-05 21:35:15 |
Message-ID: | 9e4684ce0601051335y5fb09163k90676b1c848a73f@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
hi
i was really more than happy when i saw table partitioning in release info
for 8.1.
then i tried to use it, and hit some serious problem (described on
pgsql-general).
basically the question is - is anybody at the moment working on improving
partitioning capabilities? like improving queries to partitioned tables with
"ORDER BY" and "LIMIT" statements?
if yes, when can we start thinking about release with this functionality?
i, my own, do not have enough c knowledge to do it by myself, yet i would
*really* like to have this feature improved, as it would save me and my
coworkers a lot of work and hassle that we face right now with rewriting
queries to ask directly partitions instead of master table, that got
partitioned.
best regards,
depesz
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2006-01-05 21:53:51 | Re: when can we get better partitioning? |
Previous Message | Neil Conway | 2006-01-05 21:27:58 | Re: [HACKERS] Inconsistent syntax in GRANT |