Re: slow full table update

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: slow full table update
Дата
Msg-id dcc563d10811121255h7d788032v4a8aa24c9db523b8@mail.gmail.com
обсуждение исходный текст
Ответ на slow full table update  (<firerox@centrum.cz>)
Ответы Re: slow full table update
Список pgsql-performance
On Mon, Nov 10, 2008 at 9:30 AM,  <firerox@centrum.cz> wrote:
> Hi,
>
> I have table with cca 60.000 rows and
> when I run query as:
>  Update table SET column=0;
> after 10 minutes i must stop query, but it still running :(

What does

vacuum verbose table;

say?  I'm wondering if it's gotten overly bloated.

How long does

select count(*) from table;

take to run (use \timing to time it)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: slow full table update
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Performance Question