plain inserts and deletes very slow

Поиск
Список
Период
Сортировка
От Enrico Weigelt
Тема plain inserts and deletes very slow
Дата
Msg-id 20050703224537.GA9777@nibiru.borg.metux.de
обсуждение исходный текст
Ответы Re: plain inserts and deletes very slow
Re: plain inserts and deletes very slow
Список pgsql-performance
Hi folks,


my application reads and writes some table quite often
(multiple times per second). these tables are quite small
(not more than 20 tuples), but the operations take quite a
long time (>300 ms!).

The query operations are just include text matching (=) and
date comparison (<,>).

I wasn't yet able to track down, if all these queries take
sucha long time or just sometimes. When running them manually
or trying explain, evrything's fast. Probably there could be
some side effects with other concurrent quries.


Could anyone give me advice ?


cu
--
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service
  phone:     +49 36207 519931         www:       http://www.metux.de/
  fax:       +49 36207 519932         email:     contact@metux.de
---------------------------------------------------------------------
  Realtime Forex/Stock Exchange trading powered by postgresSQL :))
                                            http://www.fxignal.net/
---------------------------------------------------------------------

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

Предыдущее
От: Enrico Weigelt
Дата:
Сообщение: Re: investigating slow queries through pg_stat_activity
Следующее
От: "Steinar H. Gunderson"
Дата:
Сообщение: Re: plain inserts and deletes very slow