Re: Performance UPDATE/INSERT

Поиск
Список
Период
Сортировка
От codeWarrior
Тема Re: Performance UPDATE/INSERT
Дата
Msg-id e1jsqs$7r1$1@news.hub.org
обсуждение исходный текст
Ответ на Performance UPDATE/INSERT  ("MG" <pgsql-general@carladata.de>)
Список pgsql-general
Turn off your indices on the table... do the inserts... do the updates... rebuild the indices....
 
 
 
Hello,
 
I have about 100 000 records, which need about 30 minutes to write them with single INSERTs into PostgreSQL.
If I go through these 100 000 records and make an UPDATE on each record, it takes 1 hour.
 
Can anyone tell me, about his experience of the performance of INSERT and UPDATE.
 
Greetings
Michaela

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

Предыдущее
От: "codeWarrior"
Дата:
Сообщение: Re: "Hidden" field for each column
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_restore --schema always returns an empty dump