Re: Double sorting split patch

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Double sorting split patch
Дата
Msg-id 4E8D809F.7070304@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Double sorting split patch  (Alexander Korotkov <aekorotkov@gmail.com>)
Список pgsql-hackers
On 06.10.2011 11:22, Alexander Korotkov wrote:
> Thanks. I'm going to continue work on application of this split method in
> following areas:
> 1) range types
> 2) seg contrib module
> 3) cube contrib module (there situation is not so easy, probably some
> heuristic of split method selection would be required)
> Do you think that separation of some common parts of algorithm implemetation
> is resonable in order to avoid code duplication? For example, different
> application of algorithm could share function of splits enumeration along
> axis which takes pointer to consider_split as an argument.

Dunno. I'd suggest that you just copy-paste the code for now, and we'll 
see how much duplication there is in the end.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: new GNU tar has warning options, useful for base backups
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Inserting heap tuples in bulk in COPY