Time to up bgwriter_lru_maxpages? - Mailing list pgsql-hackers

From Jim Nasby
Subject Time to up bgwriter_lru_maxpages?
Date
Msg-id f6e58a22-030b-eb8a-5457-f62fb08d701c@BlueTreble.com
Whole thread Raw
Responses Re: Time to up bgwriter_lru_maxpages?  (Devrim Gündüz <devrim@gunduz.org>)
Re: Time to up bgwriter_lru_maxpages?  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: [HACKERS] Time to up bgwriter_lru_maxpages?  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
With current limits, the most bgwriter can do (with 8k pages) is 1000 
pages * 100 times/sec = 780MB/s. It's not hard to exceed that with 
modern hardware. Should we increase the limit on bgwriter_lru_maxpages?
-- 
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)



pgsql-hackers by date:

Previous
From: Nico Williams
Date:
Subject: Re: Tackling JsonPath support
Next
From: Tom Lane
Date:
Subject: Re: Wrong order of tests in findDependentObjects()