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
pgsql-hackers by date
| Next: | From: Simon Riggs | Date: 2008-08-13 13:11:41 |
| Subject: Re: Transaction-controlled robustness for replication |
| Previous: | From: Magnus Hagander | Date: 2008-08-13 11:19:04 |
| Subject: Re: Replay attack of query cancel |