Re: How to improve insert speed with index on text column

Поиск
Список
Период
Сортировка
От Saurabh
Тема Re: How to improve insert speed with index on text column
Дата
Msg-id 94613a40-9ed8-403f-b7ce-92cfd50b81d3@o20g2000yqh.googlegroups.com
обсуждение исходный текст
Ответ на How to improve insert speed with index on text column  (Saurabh <saurabh.b85@gmail.com>)
Ответы Re: How to improve insert speed with index on text column  ("Tomas Vondra" <tv@fuzzy.cz>)
Список pgsql-performance
I changed the configuration in postgresql.conf. Following are the
changed parameters:

shared_buffers = 1GB
maintenance_work_mem = 50MB
checkpoint_segments = 64
wal_buffers = 5MB
autovacuum = off

Insert the records in the database and got a very good performance it
is increased by 6 times.

Can you please tell me the purpose of shared_buffer and
maintenance_work_mem parameter?

Thanks,
Saurabh

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

Предыдущее
От: CSS
Дата:
Сообщение: rough benchmarks, sata vs. ssd
Следующее
От: "Tomas Vondra"
Дата:
Сообщение: Re: How to improve insert speed with index on text column