Query preformence

Поиск
Список
Период
Сортировка
От Ferdinand Smit
Тема Query preformence
Дата
Msg-id 200111071000.fA7A0sd19090@server9.telegraafnet.nl
обсуждение исходный текст
Ответы Re: Query preformence  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Hi,

We try to migrate from mysql  to postgres 7.2 (Debian).  In mysql we use
"slow-query-logging" to improve the preformance of our query's.
This is a very important for us.

In postgres there is no relationship between de debug_print_query and the
show_query_stats, so you can't monitor the query preformance.

Is someone already solving this problem (i'ts on de to-do list) ?

I've made a simple change (i'm a newbe) in the src/backend/tcop/postgres.c.
I don't now if it's good enough, but it solves my problems.

Yours,
Ferdinand Smit (ferdinand@telegraafnet.nl)



Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Update: nls-ru-libpq-20011104-1449.tar.gz
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Query preformence