Re: Does standalone postfrsql have autogrowth/ manual growth on table space?

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Ron <ronljohnsonjr(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Does standalone postfrsql have autogrowth/ manual growth on table space?
Date: 2022-10-20 17:32:59
Message-ID: 30996233-CECE-4C3B-AD65-BCF3BA9802F7@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Oct 20, 2022, at 10:29, Ron <ronljohnsonjr(at)gmail(dot)com> wrote:
> There's no pre-allocation in Postgresql.

This is correct in that you can't say "please allocate 3GB for this table for me now." The number of pages that are added to the end of a file isn't always one though; it can allocate more based on recent activity.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vince McMahon 2022-10-20 18:45:43 Re: Does standalone postfrsql have autogrowth/ manual growth on table space?
Previous Message Ron 2022-10-20 17:32:39 Re: Does standalone postfrsql have autogrowth/ manual growth on table space?