Re: Relation extension scalability - Mailing list pgsql-hackers

From Dilip Kumar
Subject Re: Relation extension scalability
Date
Msg-id CAFiTN-v8NQ10RucWPg0cwQ2qhLptLsL7PUTwxk0CXVwLX8Ht9Q@mail.gmail.com
Whole thread Raw
In response to Re: Relation extension scalability  (Petr Jelinek <petr@2ndquadrant.com>)
Responses Re: Relation extension scalability
List pgsql-hackers

On Mon, Mar 14, 2016 at 8:26 AM, Petr Jelinek <petr@2ndquadrant.com> wrote:
Well any value we choose will be very arbitrary. If we look at it from the point of maximum absolute disk space we allocate for relation at once, the 4MB limit would represent 2.5 orders of magnitude change. That sounds like enough for one release cycle, I think we can further tune it if the need arises in next one. (with my love for round numbers I would have suggested 8MB as that's 3 orders of magnitude, but I am fine with 4MB as well)

I have modified the patch, this contains the max limit on extra pages, 512(4MB) pages is the max limit.

I have measured the performance also and that looks equally good.


--
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com
Attachment

pgsql-hackers by date:

Previous
From: Haribabu Kommi
Date:
Subject: Re: Parallel Aggregate
Next
From: Amit Kapila
Date:
Subject: Re: RFC: replace pg_stat_activity.waiting with something more descriptive