From: | Alexander Korotkov <aekorotkov(at)gmail(dot)com> |
---|---|
To: | Nathan Boley <npboley(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: WIP: collect frequency statistics for arrays |
Date: | 2011-10-15 15:13:51 |
Message-ID: | CAPpHfdsUBxhCNJ8-ReadxbGKtPQ6L72oQou=_fZraSqa9qba3w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi!
Thanks for your attention to my patch!
On Sat, Oct 15, 2011 at 2:47 PM, Nathan Boley <npboley(at)gmail(dot)com> wrote:
> > Looking now, I see that Alexander wasn't Cc'd on the review, so it's
> > possible he missed the message?
> >
>
> We've corresponded off list and have discussed my review at some length.
>
> Alex submitted an updated patch on Sep 22 to me personally ( although
> not to the list? Alex? ), with the promise of a new version with
> improved comments.
>
Oh, I didn't noticed that I've posted updated patch off-list. So, there is
repost of that version of patch. List of changes is below:
1) Distinct slot is used for length histogram.
2) Standard statistics is collected for arrays.
3) Most common values and most common elements are mapped to distinct
columns of pg_stats view, because both of them are calculated for arrays.
Now, it's hard for me to give to it as much time as I would like to. But I
hope to present improved comments and testing until end of october.
------
With best regards,
Alexander Korotkov.
Attachment | Content-Type | Size |
---|---|---|
arrayanalyze-0.5.patch.gz | application/x-gzip | 18.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2011-10-15 15:13:56 | Re: Call stacks and RAISE INFO |
Previous Message | Bruce Momjian | 2011-10-15 13:58:50 | Re: about EDITOR_LINENUMBER_SWITCH |