Re: PostgreSQL Write Performance
От | Tim Uckun |
---|---|
Тема | Re: PostgreSQL Write Performance |
Дата | |
Msg-id | 855e4dcf1001051421t2e391c47kb9381657e0730057@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: PostgreSQL Write Performance ("Dann Corbit" <DCorbit@connx.com>) |
Ответы |
Re: PostgreSQL Write Performance
Re: PostgreSQL Write Performance Re: PostgreSQL Write Performance Re: PostgreSQL Write Performance |
Список | pgsql-general |
> You might use the copy command instead of insert, which is far faster. > If you want the fastest possible inserts, then probably copy is the way > to go instead of insert. > Here is copy command via API: > http://www.postgresql.org/docs/current/static/libpq-copy.html > Here is copy command via SQL: > http://www.postgresql.org/docs/8.4/static/sql-copy.html > Is there a command like COPY which will insert the data but skip all triggers and optionally integrity checks.
В списке pgsql-general по дате отправления: