Re: [GENERAL] Peculiar performance observation....

2005-03-15 Thread Net Virtual Mailing Lists
>On Mon, 2005-03-14 at 21:14, Net Virtual Mailing Lists wrote: >> >On Mon, 2005-03-14 at 06:11, Net Virtual Mailing Lists wrote: >> >> Hello, >> >> >> >> >> >> I am sorry to bring this up again Does anyone have any idea what >> >> might be going on here?... I'm very worried about this situa

Re: [GENERAL] Peculiar performance observation....

2005-03-14 Thread Scott Marlowe
On Mon, 2005-03-14 at 21:14, Net Virtual Mailing Lists wrote: > >On Mon, 2005-03-14 at 06:11, Net Virtual Mailing Lists wrote: > >> Hello, > >> > >> > >> I am sorry to bring this up again Does anyone have any idea what > >> might be going on here?... I'm very worried about this situation..

Re: [GENERAL] Peculiar performance observation....

2005-03-14 Thread Net Virtual Mailing Lists
>On Mon, 2005-03-14 at 06:11, Net Virtual Mailing Lists wrote: >> Hello, >> >> >> I am sorry to bring this up again Does anyone have any idea what >> might be going on here?... I'm very worried about this situation.. ;-( > >It looks to me like either you're not analyzing often enough, or yo

Re: [GENERAL] Peculiar performance observation....

2005-03-14 Thread Scott Marlowe
On Mon, 2005-03-14 at 06:11, Net Virtual Mailing Lists wrote: > Hello, > > > I am sorry to bring this up again Does anyone have any idea what > might be going on here?... I'm very worried about this situation.. ;-( It looks to me like either you're not analyzing often enough, or your stati

Re: [GENERAL] Peculiar performance observation....

2005-03-14 Thread Thomas F . O'Connell
Well, your expected vs. actual rows are off, so analyzing might help. Otherwise, what is your sort_mem set to? -tfo -- Thomas F. O'Connell Co-Founder, Information Architect Sitening, LLC http://www.sitening.com/ 110 30th Avenue North, Suite 6 Nashville, TN 37203-6320 615-260-0005 On Mar 14, 2005

Re: [GENERAL] Peculiar performance observation....

2005-03-14 Thread Net Virtual Mailing Lists
Hello, I am sorry to bring this up again Does anyone have any idea what might be going on here?... I'm very worried about this situation.. ;-( - Greg >Something even more peculiar (at least it seems to me..)... > > >If I drop the index table1_category_gist_idx, I get this: > > >jobs=> ex

Re: [GENERAL] Peculiar performance observation....

2005-03-12 Thread Net Virtual Mailing Lists
Something even more peculiar (at least it seems to me..)... If I drop the index table1_category_gist_idx, I get this: jobs=> explain analyze select id from table1 where category <@ 'a.b' ORDER BY category; QUERY PLAN

[GENERAL] Peculiar performance observation....

2005-03-12 Thread Net Virtual Mailing Lists
I have a rather peculiar performance observation and would welcome any feedback on this. First off, the main table (well, part of it.. it is quite large..): Table "table1" Column | Type |