Re: Open items

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Satoshi Nagayasu <nagayasus(at)nttdata(dot)co(dot)jp>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Open items
Date: 2005-06-30 02:23:34
Message-ID: 200506291923.35155.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Satoshi,

> sort=# select * from pg_stat_sorts ;
>   datname  | heap_all | index_all | heap_tape | index_tape | max_size
> -----------+----------+-----------+-----------+------------+----------
>  sort      |       11 |         0 |         3 |          0 | 11141120
>  template1 |        2 |         0 |         0 |          0 |      792
>  template0 |        0 |         0 |         0 |          0 |        0

Good for me, if you explain the column names?

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-06-30 03:12:28 Re: Open items
Previous Message Josh Berkus 2005-06-30 01:34:41 Re: Checkpoint cost, looks like it is WAL/CRC

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-06-30 03:05:43 Re: Dump comments on large objects in text mode
Previous Message Neil Conway 2005-06-30 02:00:25 Re: libpq: fix unlikely memory leak