Re: [GENERAL] Insert speed question

2004-06-02 Thread Shridhar Daithankar
On Tuesday 01 June 2004 21:42, Josué Maldonado wrote: > Thanks for your responses, > > I did the vacuum but I cannot make the insert again at this moment, even > when that server is not in production so all the resources should be > dedicated to Postgres I think I still have some perfomance issues

Re: [GENERAL] Insert speed question

2004-06-01 Thread Richard Huxton
Gaetano Mendola wrote: Josué Maldonado wrote: sort_mem = 131072 # min 64, size in KB 128 MB for sort_mem is really an huge ammount of memory considering that is not system-wide but almost for process ( under certain operations a single process can use more then this quantity ). Hacke

Re: [GENERAL] Insert speed question

2004-06-01 Thread Shridhar Daithankar
On Tuesday 01 June 2004 01:35, Josué Maldonado wrote: > Hello List, > > I'm importing some data from Foxpro to Postgres, there is atable wich > contains aprox 4.8 million rows and it size about 830MB. I uploaded it > to Postgres using dbf2pg and worked fine, it tooks about 10-15 minutes. > Now I'm

Re: [GENERAL] Insert speed question

2004-05-31 Thread Gaetano Mendola
Josué Maldonado wrote: sort_mem = 131072 # min 64, size in KB 128 MB for sort_mem is really an huge ammount of memory considering that is not system-wide but almost for process ( under certain operations a single process can use more then this quantity ). Hackers: am I wrong ? Regards