Re: Postgresql INSERT speed (how to improve performance)?

Поиск
Список
Период
Сортировка
От Tony Caduto
Тема Re: Postgresql INSERT speed (how to improve performance)?
Дата
Msg-id 46C1260B.4020105@amsoftwaredesign.com
обсуждение исходный текст
Ответ на Re: Postgresql INSERT speed (how to improve performance)?  ("Lim Berger" <straightfwd007@gmail.com>)
Список pgsql-general
Lim Berger wrote:
> On 8/14/07, Andrej Ricnik-Bay <andrej.groups@gmail.com> wrote:
>
>> On 8/14/07, Lim Berger <straightfwd007@gmail.com> wrote:
>>
>>
>>> INSERTing into MySQL takes 0.0001 seconds per insert query.
>>> INSERTing into PgSQL takes 0.871 seconds per (much smaller) insert query.
>>>
>>> What can I do to improve this performance? What could be going wrong
>>> to elicit such poor insertion performance from Postgresql?
>>>
Lim,

Are you sure you are not confusing Seconds VS Milliseconds from one
query tool to the other?

What tools are you using to show the query times?

As far as I know the psql command line tool shows milliseconds not seconds.

You should probably post some more info like the actual insert query
used and the table.

I have never seen a insert take that long even a big one, unless you
have some network latency to the PGSQL host and it's causing the time to
be messed up on the client.

Might also help to let us know exactly how you are timing this stuff.
Are you connecting remotely via PSQL or are you connecting via SSH and
running psql or mysql that way?


Later,

Tony Caduto
AM Software Design
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for PostgreSQL and MySQL

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postgresql INSERT speed (how to improve performance)?
Следующее
От: "Lim Berger"
Дата:
Сообщение: Re: Postgresql INSERT speed (how to improve performance)?