Re: The Axe list

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: The Axe list
Дата
Msg-id 603c8f070810110512q36014ff7l825d09efce593fe0@mail.gmail.com
обсуждение исходный текст
Ответ на Re: The Axe list  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: The Axe list  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
>> CREATE AGGREGATE array_accum (anyelement)
>>
>> CREATE OR REPLACE FUNCTION array_enum(anyarray)
>
> Have you actually tried these functions on large data sets?

No.  :-)

> They're not in the same performance league as intagg. Your array_accum is O(n^2)!

It's not "mine" - I copied it from the official PostgreSQL
documentation and used it because it did what I needed!

If it's a bad way to do it, that's certainly an argument for keeping
(or maybe generalizing) intagg.

...Robert


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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Contrib, schema, and load_module
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: The Axe list