| От | Andreas Pflug |
|---|---|
| Тема | Re: slow insert into very large table |
| Дата | |
| Msg-id | 438F01E7.9000300@pse-consulting.de обсуждение исходный текст |
| Ответ на | slow insert into very large table (Wolfgang Gehner <wgehner@infonoia.com>) |
| Список | pgsql-performance |
Wolfgang Gehner wrote: > Hi there, > > I need a simple but large table with several million records. I do batch > inserts with JDBC. After the first million or so records, > the inserts degrade to become VERY slow (like 8 minutes vs initially 20 > secondes). > > The table has no indices except PK while I do the inserts. > > This is with PostgreSQL 8.0 final for WindowsXP on a Pentium 1.86 GHz, > 1GB Memory. HD is fast IDE. > > I already have shared buffers already set to 25000. > > I wonder what else I can do. Any ideas? Run VACUUM ANALYZE to have statistics reflect the growth of the table. The planner probably still assumes your table to be small, and thus takes wrong plans to check PK indexes or so. Regards, Andreas
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера