Re: Heavy contgnous load

Поиск
Список
Период
Сортировка
От kzsolt
Тема Re: Heavy contgnous load
Дата
Msg-id 1319050535000-4919006.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: Heavy contgnous load  (Craig Ringer <ringerc@ringerc.id.au>)
Ответы Re: Heavy contgnous load  (Craig Ringer <ringerc@ringerc.id.au>)
Список pgsql-performance
"try to have as few indexes as possible and do your inserts inside
transactions in batches, rather than one-by-one as individual statements. "
That is the main problem. I use now few index as possible. Unfortunately the
one-by-one INSERT is nature of or system. To join (batch) inserts is require
spacial cache with inactivity timeout. But this timout are make more trouble
for our application. The flat file has same problem.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Heavy-contgnous-load-tp4913425p4919006.html
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.

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

Предыдущее
От: Elisa
Дата:
Сообщение: disused indexes and performance?
Следующее
От: kzsolt
Дата:
Сообщение: Re: Heavy contgnous load