patch to implement ECPG side tracing / tracking ...

Поиск
Список
Период
Сортировка
От Hans-Jürgen Schönig
Тема patch to implement ECPG side tracing / tracking ...
Дата
Msg-id A7E4AC1D-3ED9-4F8B-B7B8-BB8D67062397@cybertec.at
обсуждение исходный текст
Ответы Re: patch to implement ECPG side tracing / tracking ...  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Re: patch to implement ECPG side tracing / tracking ...  (Michael Meskes <meskes@postgresql.org>)
Re: patch to implement ECPG side tracing / tracking ...  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
hi,

this patch implements SQL side tracing / tracking of statements and
statement execution times.
it is primarily intended to allow programmers to gather information
about the runtime behavior of a program and to figure out easily where
the bottlenecks are.
i used the ECPG prepared statement infrastructure to implement this.
the goal of this code is allow people to port code from databases such
as Informix to PostgreSQL more easily and to figure out as fast as
possible which types of queries are fast and which ones are slow.

    best regards,

        hans



--
Cybertec Schönig & Schönig GmbH
Reyergasse 9 / 2
A-2700 Wiener Neustadt
Web: www.postgresql-support.de


Вложения

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Streaming replication status
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Hot Standy introduced problem with query cancel behavior