Re: deleting records from a table

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: Mario Behring <mariobehring(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: deleting records from a table
Date: 2007-01-12 18:48:42
Message-ID: 1168624891.20602.693.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Fri, 2007-01-12 at 11:45, Mario Behring wrote:
> Hi all,
>
> Simple question: once I execute the delete statement, does it free
> disk space immediatelly? Does Postgres uses something like a datafile
> with a pre-defined size like Oracle does??
>
Take a look here:

http://www.postgresql.org/docs/8.2/static/routine-vacuuming.html
http://www.postgresql.org/docs/8.2/static/mvcc-intro.html

That should explain the basics of mvcc and vacuuming as applies to
pgsql.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Andrew Sullivan 2007-01-12 20:51:59 Re: deleting records from a table
Previous Message Richard Broersma Jr 2007-01-12 18:30:33 Re: deleting records from a table