Re: [HACKERS] Serious performance problem

Поиск
Список
Период
Сортировка
От Jean-Michel POURE
Тема Re: [HACKERS] Serious performance problem
Дата
Msg-id 4.2.0.58.20011030110619.00a515e0@pop.freesurf.fr
обсуждение исходный текст
Ответы Re: [HACKERS] Serious performance problem  ("Tille, Andreas" <TilleA@rki.de>)
Список pgsql-general
> > CREATE TABLE foo AS
> > 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;
>Sorry, this is NO solution of my problem.

Allo Andreas,

For every problem there is a solution. That is what software optimization
is all about. Do you make use of PL/pgSQL stored queries in your database?
If not, you will probably end up with terrible nested queries that will
eat-up server time and power.

Best regards,
Jean-Michel POURE

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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: resend: Chinese sort order problem
Следующее
От: Gunnar Lindholm
Дата:
Сообщение: how do the pro's do this? (still a newbie)