Patch: propose to include 3 new functions into intarray and intagg

From: "Dmitry Koterov" <dmitry(at)koterov(dot)ru>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Patch: propose to include 3 new functions into intarray and intagg
Date: 2008-08-13 11:29:48
Message-ID: d7df81620808130429l2a75c895g5dd6fe8ae64cc23e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello.

Here are these functions with detailed documentation:
http://en.dklab.ru/lib/dklab_postgresql_patch/

intagg.int_array_append_aggregate(int[]): fast merge arrays into one large
list
intarray._int_group_count_sort(int[], bool): frequency-based sorting
intarray.bidx(int[], int): binary search in a sorted array

Tested for about a year on a real PostgreSQL cluster (10 machines, Slony
replication) under a heavy load (millions of requests).
No crash nor memory problem detected during a year, so I suppose these
functions are well-tested.

What do you think about that?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2008-08-13 13:11:41 Re: Transaction-controlled robustness for replication
Previous Message Magnus Hagander 2008-08-13 11:19:04 Re: Replay attack of query cancel