Seeking advice regarding a design problem

Поиск
Список
Период
Сортировка
От Wei Weng
Тема Seeking advice regarding a design problem
Дата
Msg-id 1028305002.9763.31.camel@Monet
обсуждение исходный текст
Ответы Re: Seeking advice regarding a design problem  (Wei Weng <wweng@kencast.com>)
Re: Seeking advice regarding a design problem  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-sql
I am running postgresql as database backend, and I have some scripts
dealing with constant incoming data and then insert these data into the
database, in a quite complex way, involving a couple of procedures.

But the performance of the database is worse than I had thought. After
about 100 times of the script being run, the speed of the insertion
slowed down dramatically. But it went back to the regular fast speed
after I did a vacuum analyze.

how can I redesign the system to avoid the bottleneck? And why is it
that postgresql can slow down so much after doing some complex
operations?


Thanks


-- 
Wei Weng
Network Software Engineer
KenCast Inc.




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

Предыдущее
От: "Rajesh Kumar Mallah."
Дата:
Сообщение: possible bug in \df+
Следующее
От: Wei Weng
Дата:
Сообщение: Re: Seeking advice regarding a design problem