Speeding up operations

Поиск
Список
Период
Сортировка
От Rahul_Iyer
Тема Speeding up operations
Дата
Msg-id 001401c3615b$0d6559d0$6f02a8c0@persistent.co.in
обсуждение исходный текст
Ответы Re: Speeding up operations  (Rod Taylor <rbt@rbt.ca>)
Re: Speeding up operations  (Frank Wiles <frank@wiles.org>)
Re: Speeding up operations  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Speeding up operations  (Hannu Krosing <hannu@tm.ee>)
Список pgsql-hackers
hi...
im on a project using Postgres. The project involves, at times, upto
5,000,000 inserts. I was checking the performance of Postgres for 5M inserts
into a 2 column table (one col=integer, 2nd col=character). I used the
Prepare... and execute method, so i basically had 5M execute statements and
1 prepare statement. Postgres took 144min for this... is there any way to
improve this performance? if so, how? btw, im using it on a SPARC/Solaris
2.6.
thanx in adv
rahul

P.S: Kindly point me towards any relevant documentation as well.



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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: reuse sysids security hole?
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: Speeding up operations