Performance decrease

Поиск
Список
Период
Сортировка
От Radovan Antloga
Тема Performance decrease
Дата
Msg-id 011b01c6648e$067ee170$1e4ba8c0@AR6
обсуждение исходный текст
Ответы Re: Performance decrease  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
I'm new to PG and I'm testing default PG settings
for now.

I have PG 8.1.3. installed with autovacuum=on.

My test table has 15830 records with 190 fields.
I have different fields types (date, numeric, varchar,
integer, smallint,...).

I decided to evaluate PG because I need to use schemas.

First test I did is not very promising.

I tried to update one fields in test table several times
to see how PG react on this.

I do like this:

update table
set field = null

After first execute I get time 3 seconds. Then I repeat
this update. After each update time increase. I get
4 sec, 7 sec, 10 sec, 12 sec, 15 sec, 18 sec, 21 sec.

Is this normal (default) behaviour or I must do something
to prevent this.

Regards,
Radovan Antloga


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

Предыдущее
От: "Luke Lonergan"
Дата:
Сообщение: Re: Quick Performance Poll
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Performance decrease