Re: [SQL] JOIN index/sequential select problem

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [SQL] JOIN index/sequential select problem
Дата
Msg-id 199905130522.BAA29263@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [SQL] JOIN index/sequential select problem  (gjerde@icebox.org)
Ответы Re: [SQL] JOIN index/sequential select problem  (Ole Gjerde <gjerde@icebox.org>)
Список pgsql-sql
> On Wed, 12 May 1999, Tom Lane wrote:
> > gjerde@icebox.org writes:
> > > Then postgres is not guessing right.  Even tho the table only has 
> > > ~200 rows, the query still takes forever to finish.  I have let it go for
> > > a few minutes, and it still wasn't done..
> > Something wrong there; even with a nested loop, it shouldn't take more
> > than a few seconds to process that query.  Please dig into it a little
> > more (do you have gprof?) and find where it's spending the time.
> 
> Yes, it definately takes too long.  I just let it run its course with
> profiling on, and it took a good 25 minutes.
> 
> Compiling postgres with -pg created 2 gmon.out files.  One in postgres
> home dir(/home/postgres/) and one in the database
> directory(/home/postgres/data/base/parts).  The first one had very little
> in it, while the second one is the one below, which seemed to be the right
> stuff.
> 
> gprof says:
>   %   cumulative   self              self     total
>  time   seconds   seconds    calls  us/call  us/call  name
> 100.00      0.01     0.01        3  3333.33  3333.33  ValidatePgVersion

Yikes.  ValidatePGVersion.  Seems you are in a loop in there somehow.  I
bet you have a terrible mismatch somewhere.



--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-sql по дате отправления:

Предыдущее
От: gjerde@icebox.org
Дата:
Сообщение: Re: [SQL] JOIN index/sequential select problem
Следующее
От: Ole Gjerde
Дата:
Сообщение: Re: [SQL] JOIN index/sequential select problem