Re: [HACKERS] [RFC] CLUSTER VERBOSE

2007-03-22 Thread Bruce Momjian
Added to TODO for CLUSTER: o %Add VERBOSE option to report tables as they are processed, like VACUUM VERBOSE --- Grzegorz Jaskiewicz wrote: > > On Mar 16, 2007, at 9:53 AM, Heikki Linnakangas wrote: > >

Re: [HACKERS] [RFC] CLUSTER VERBOSE

2007-03-16 Thread Grzegorz Jaskiewicz
On Mar 16, 2007, at 9:53 AM, Heikki Linnakangas wrote: Grzegorz Jaskiewicz wrote: Because CLUSTER is divided into two major operations, (data reordering, index rebuild) - I see it this way: CLUSTER on I: T: , data reordering CLUSTER on I: T: , index rebuild Something like that would be n

Re: [HACKERS] [RFC] CLUSTER VERBOSE

2007-03-16 Thread Heikki Linnakangas
Grzegorz Jaskiewicz wrote: Because CLUSTER is divided into two major operations, (data reordering, index rebuild) - I see it this way: CLUSTER on I: T: , data reordering CLUSTER on I: T: , index rebuild Something like that would be nice to see how long each step takes, like vacuum verbose.

Re: [HACKERS] [RFC] CLUSTER VERBOSE

2007-03-15 Thread Dawid Kuroczko
On 3/15/07, Grzegorz Jaskiewicz <[EMAIL PROTECTED]> wrote: I figure - I should start brand new thread for this one - so here you go. I am in a need for verbose CLUSTER. Ie. one that would give me feedback and progress. Because CLUSTER is divided into two major operations, (data reordering, inde

[HACKERS] [RFC] CLUSTER VERBOSE

2007-03-15 Thread Grzegorz Jaskiewicz
Hi folks, I figure - I should start brand new thread for this one - so here you go. I am in a need for verbose CLUSTER. Ie. one that would give me feedback and progress. Because CLUSTER is divided into two major operations, (data reordering, index rebuild) - I see it this way: CLUSTER