Re: The Axe list

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: The Axe list
Дата
Msg-id 878wsvz9e2.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: The Axe list  ("Robert Haas" <robertmhaas@gmail.com>)
Ответы Re: The Axe list  ("Robert Haas" <robertmhaas@gmail.com>)
Re: The Axe list  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
"Robert Haas" <robertmhaas@gmail.com> writes:

> CREATE AGGREGATE array_accum (anyelement)
>
> CREATE OR REPLACE FUNCTION array_enum(anyarray)

Have you actually tried these functions on large data sets? They're not in the
same performance league as intagg. Your array_accum is O(n^2)!

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's PostGIS support!


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

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: pg_upgrade: convert on read is dead end
Следующее
От: "Robert Haas"
Дата:
Сообщение: Re: patch: array_ndims