Re: monitoring

Поиск
Список
Период
Сортировка
От Nabil Sayegh
Тема Re: monitoring
Дата
Msg-id 20010603003123.7BB0014EE63@gerstung3.net-lab.net
обсуждение исходный текст
Ответ на monitoring  ("Mohammed A" <mjalha@essex.ac.uk>)
Список pgsql-novice
On 02 Jun 2001 23:21:42 +0100, Mohammed A wrote:
> Dear All,
>
> Is any way to monitor the execution of the query, for example a query;
>
> SELECT     L_ORDERKEY, L_EXTENDEDPRICE, L_DISCOUNT, O_ORDERDATE, O_SHIPPRIORITY FROM C_, O_, L_
> FROM        L_, O_, C_
> WHERE     C_MKTSEGMENT='BUILDING' AND C_CUSTKEY=O_CUSTKEY AND L_ORDERKEY=O_ORDERKEY
>                     AND O_ORDERDATE  <'1995-03-15' AND L_SHIPDATE > '1995-03-15'
>
> Is any command to monitor the time for joining...etc all the query activities?



Not quite monitoring, but you can extimate it using EXPLAIN <QUERY>


cu
--
 Nabil Sayegh



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

Предыдущее
От: Giles Lean
Дата:
Сообщение: Re: Creating table columns from ???
Следующее
От: "Eric Naujock "
Дата:
Сообщение: Looking for a way to get my time format.