On Fri, 2 Mar 2001, Jaruwan Laongmal wrote:
> 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?
Postgres will only mark them as deleted, but the rows will stay in the
DB.
Do a vacuum on the database and the deleted rows will be eliminated.
Saludos... ;-)
System Administration: It's a dirty job,
but someone told I had to do it.
-----------------------------------------------------------------
Martín Marqués email: martin(at)math(dot)unl(dot)edu(dot)ar
Santa Fe - Argentina http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-----------------------------------------------------------------
In response to
pgsql-hackers by date
| Next: | From: Jaruwan Laongmal | Date: 2001-03-02 12:40:42 |
| Subject: why the DB file size does not reduce when 'delete' the data in DB? |
| Previous: | From: The Hermit Hacker | Date: 2001-03-02 12:04:45 |
| Subject: Re: [HACKERS] why the DB file size does not reduce when 'delete'
the data in DB? |
pgsql-sql by date
| Next: | From: Jaruwan Laongmal | Date: 2001-03-02 12:40:42 |
| Subject: why the DB file size does not reduce when 'delete' the data in DB? |
| Previous: | From: The Hermit Hacker | Date: 2001-03-02 12:04:45 |
| Subject: Re: [HACKERS] why the DB file size does not reduce when 'delete'
the data in DB? |