Re: How to improve insert speed with index on text column
В списке pgsql-performance по дате отправления:
| От | Josh Berkus |
|---|---|
| Тема | Re: How to improve insert speed with index on text column |
| Дата | |
| Msg-id | 4F283710.5040608@agliodbs.com обсуждение исходный текст |
| Ответ на | Re: How to improve insert speed with index on text column ("Tomas Vondra" <tv@fuzzy.cz>) |
| Ответы |
Re: How to improve insert speed with index on text column
Re: How to improve insert speed with index on text column |
| Список | pgsql-performance |
> Shared buffers is the cache maintained by PostgreSQL. All all the data > that you read/write need to go through shared buffers. While this is technically true, I need to point out that you generally increase shared_buffers for high concurrency, and for reads, not for writes, especially for row-at-a-time inserts. There's just not that much memory required (although more than the out-of-the-box defaults). I'd suggest increasing wal_buffers to 16MB, which is the maximum useful amount, rather than 5MB. -- Josh Berkus PostgreSQL Experts Inc. http://pgexperts.com
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера