Re: knngist patch support

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: knngist patch support
Дата
Msg-id 603c8f071002131031y91d2297qc29d28de5c8f5dfc@mail.gmail.com
обсуждение исходный текст
Ответ на Re: knngist patch support  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: knngist patch support  (Joshua Tolley <eggyknap@gmail.com>)
Список pgsql-hackers
On Sat, Feb 13, 2010 at 1:28 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Teodor Sigaev <teodor@sigaev.ru> writes:
>> I see your point. May be it's better to introduce new system table? pg_amorderop
>> to store ordering operations for index.
>
> We could, but that approach doesn't scale to wanting more categories
> in the future --- you're essentially decreeing that every new category
> of opclass-associated operator will require a new system catalog,
> along with all the infrastructure needed for that.  That guarantees
> that the temptation to take shortcuts will remain high.

Yeah.  PFA a patch to allow 5-key syscaches.

...Robert

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: knngist patch support
Следующее
От: Joshua Tolley
Дата:
Сообщение: Re: knngist patch support