Re: Heavy contgnous load

From: kzsolt <kzsoltkzsolt(at)freemail(dot)hu>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Heavy contgnous load
Date: 2011-10-19 18:55:35
Message-ID: 1319050535000-4919006.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message kzsolt 2011-10-19 19:04:29 Re: Heavy contgnous load
Previous Message Greg Jaskiewicz 2011-10-19 16:42:59 Re: does update of column with no relation imply a relation check of other column?