Re: Performance question (stripped down the problem)
От
GB Clark II
Тема
Re: Performance question (stripped down the problem)
Дата
Msg-id
01091808024300.35629@prime.vsservices.com
Ответ на
Performance question (stripped down the problem) (Tille, Andreas)
Список
Дерево обсуждения
Performance question "Tille, Andreas" <TilleA@rki.de>
Re: Performance question "Roderick A. Anderson" <raanders@tincan.org>
Re: Performance question <Herbert.Liechti@thinx.ch>
Re: Performance question "Tille, Andreas" <TilleA@rki.de>
Re: Performance question Einar Karttunen <ekarttun@cs.Helsinki.FI>
Re: Performance question "Tille, Andreas" <TilleA@rki.de>
Re: Performance question Stephan Szabo <sszabo@megazone23.bigpanda.com>
Re: Performance question "Tille, Andreas" <TilleA@rki.de>
Re: Performance question Stephan Szabo <sszabo@megazone23.bigpanda.com>
Re: Performance question "Tille, Andreas" <TilleA@rki.de>
Re: Performance question Stephan Szabo <sszabo@megazone23.bigpanda.com>
Performance question (stripped down the problem) "Tille, Andreas" <TilleA@rki.de>
Re: Performance question (stripped down the problem) "Matt Block" <matt@blockdev.net>
Re: Performance question (stripped down the problem) Tom Lane <tgl@sss.pgh.pa.us>
Re: Performance question (stripped down the problem) "Tille, Andreas" <TilleA@rki.de>
Re: Performance question (stripped down the problem) "Tille, Andreas" <TilleA@rki.de>
Re: Performance question (stripped down the problem) GB Clark II <postgres@vsservices.com>
Re: Performance question (stripped down the problem) Peter Eisentraut <peter_e@gmx.net>
Re: Performance question (stripped down the problem) "Tille, Andreas" <TilleA@rki.de>
Re: Performance question Herbert Liechti <herbie@thinx.ch>
On Tuesday 18 September 2001 07:06, Tille, Andreas wrote:
-SNIP-
>
> echo "SELECT Hauptdaten_Fall.MeldeKategorie, Count(Hauptdaten_Fall.ID) AS
> Anz FROM Hauptdaten_Fall WHERE (((Hauptdaten_Fall.IstAktuell)=20)) GROUP BY
> Hauptdaten_Fall.MeldeKategorie ORDER BY Hauptdaten_Fall.MeldeKategorie;" |
> psql ifsgtest > result
>
> let i="`date +%s` - $START"
> echo "Query took ${i} seconds." >> result
>
>
> (which should just measure the time needed for this task). It took my
> E250 (2x400MHz, 2GB) server 20 seconds and this is definitely much to
> long for our application.
>
> Any hints are gratly appreciated
>
> Andreas.
Ok, I tried the query on two boxes:
#1 800Mhz duron IDE drives - 11 secs
#2 800Mhz P3 SCSI drives - 5.35 secs
NOTE: the P3 has alot larger buffers and stuff....(more mem..:))
What does the function plpgsql_call_handler do?
Could this be where the slow down is?
If it is minor, then how are your buffers and shared mem set?
I am by NO means an expert, but I'm quite willing to help if I can.
GB
--
GB Clark II | Roaming FreeBSD Admin
gclarkii@VSServices.COM | General Geek
CTHULU for President - Why choose the lesser of two evils?
В списке pgsql-general по дате отправления