RE: Bulk Insert into PostgreSQL - Mailing list pgsql-hackers

From Tsunakawa, Takayuki
Subject RE: Bulk Insert into PostgreSQL
Date
Msg-id 0A3221C70F24FB45833433255569204D1FA27778@G01JPEXMBYT05
Whole thread Raw
In response to Re: Bulk Insert into PostgreSQL  (Peter Geoghegan <pg@bowt.ie>)
List pgsql-hackers
From: Peter Geoghegan [mailto:pg@bowt.ie]
> What kind of data was indexed? Was it a bigserial primary key, or
> something else?

Sorry, I don't remember it.  But the table was for storing some machine usage data, and I don't think any sequence was
usedin the index.
 

According to my faint memory, iostat showed many reads on the database storage, and correspondingly pstack showed
ReadBufferExtendedduring the btree operations.  shared_buffers was multiple GBs.  I wondered why btree operations
didn'tbenefit from the caching of non-leaf nodes.
 

Regards
Takayuki Tsunakawa




pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Bulk Insert into PostgreSQL
Next
From: Tatsuo Ishii
Date:
Subject: Re: Commitfest 2018-07 is underway