From: | Andrew Borodin <borodin(at)octonica(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Yuan Dong <Doffery(at)hotmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] 答复: GiST API Adancement |
Date: | 2017-06-16 16:48:04 |
Message-ID: | CAJEAwVEn4+2v36kvq=8nFg-WZRbZRgBqTo1EAvNAzUoouOSdEQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
2017-06-16 17:06 GMT+03:00 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> Yuan Dong <Doffery(at)hotmail(dot)com> writes:
>> ·¢¼þÈË: Andrew Borodin <borodin(at)octonica(dot)com>
>>> I think there is one more aspect of development: backward
>>> compatibility: it's impossible to update all existing extensions. This
>>> is not that major feature to ignore them.
>
>> I should still maintain original API of GiST after modification.
>
> To put a little context on that: we have always felt that it's okay
> to require extension authors to make small adjustments when going to
> a new major release.
Then maybe it worth to consider more general API advancement at once?
Here's my wish list:
1. Choose subtree function as an alternative for penalty
2. Bulk load support
3. Better split framework: now many extensions peek two seeds and
spread split candidates among them, some with subtle but noisy
mistakes
4. Better way of key compares (this thread, actually)
5. Split in many portions
Best regards, Andrey Borodin.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2017-06-16 17:10:50 | Re: Preliminary results for proposed new pgindent implementation |
Previous Message | Bruce Momjian | 2017-06-16 16:46:41 | Re: Broken hint bits (freeze) |