why the DB file size does not reduce when 'delete' the data in DB?

From: "Jaruwan Laongmal" <jaruwan(at)gits(dot)net(dot)th>
To: <pgsql-hackers(at)postgresql(dot)org>, <pgsql-sql(at)postgresql(dot)org>
Subject: why the DB file size does not reduce when 'delete' the data in DB?
Date: 2001-03-02 12:40:42
Message-ID: 000f01c0a315$ff81a0e0$6d9a96cb@ntl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

I had deleted a very large number of records out of my SQL table in order to
decrease the harddisk space. But after I use command 'ls -l
/usr/local/pgsql/data/base/', it is found that the size of concerning files
do not reduce due to the effect of 'delete' SQL command. What should I do
if I would like to decrease the harddisk space?

I am looking forward to your response. Thank you very much for any help.
-
Jaruwan

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2001-03-02 13:30:38 Re: [HACKERS] why the DB file size does not reduce when 'delete' the data in DB?
Previous Message Martin A. Marques 2001-03-02 12:36:02 Re: why the DB file size does not reduce when 'delete' the data in DB?

Browse pgsql-sql by date

  From Date Subject
Next Message Thomas Lockhart 2001-03-02 13:30:38 Re: [HACKERS] why the DB file size does not reduce when 'delete' the data in DB?
Previous Message Martin A. Marques 2001-03-02 12:36:02 Re: why the DB file size does not reduce when 'delete' the data in DB?