about multiprocessingmassdata

From: superman0920 <superman0920(at)gmail(dot)com>
To: pgsql-performance <pgsql-performance(at)postgresql(dot)org>
Subject: about multiprocessingmassdata
Date: 2012-04-04 15:52:51
Message-ID: 2012040423524938620013@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi list!

i have a table which has 8500000 rows records. i write a java program to update these records.
i use 100 threads to update the records. For example, thread-1 update 1~85000 records; thread-2 update 85001~170000 and so on.
The update sql's aim is remove the space in the column and it is simple: update poi set py=replace(py,' ','') where id=?;

By the program log, i find the database of processing data speed so slow, per thread updating 1000 rows need take 260s.

BTW: The PG Server is running on a PC. The PC's total memory is 2G and CPU is "Intel(R) Core(TM)2 Duo E7500 2.93GHz".
When the program's running, CPU just be used 1% and Memory left 112MB.

Is the PC configuration too low cause the problem ?

Please help ~~

Thanks for any tips,

superman0920

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2012-04-04 16:22:58 Re: H800 + md1200 Performance problem
Previous Message Kim Hansen 2012-04-04 13:47:17 Planner selects slow "Bitmap Heap Scan" when "Index Scan" is faster