Return-Path: owner-postman Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id IAA18873 for postgres-redist; Thu, 30 Jun 1994 08:38:12 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199406301538.IAA18873@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from uu7.psi.com (uu7.psi.com [38.145.204.6]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id IAA18863 for ; Thu, 30 Jun 1994 08:38:10 -0700 Received: from gate2.gdc.com by uu7.psi.com (5.65b/4.0.071791-PSI/PSINet) via SMTP; id AA01524 for postgres@postgres.Berkeley.EDU; Thu, 30 Jun 94 11:38:35 -0400 Received: from mailhost.gdc.com (esun19) by gdc.com (4.1/GDC.-C) via SMTP id AA14833; Thu, 30 Jun 94 11:37:53 EDT Received: from esun44.gdc.com by mailhost.gdc.com (4.1/GDC-eInternal/A-) id AA19637; Thu, 30 Jun 94 11:37:52 EDT Date: Thu, 30 Jun 94 11:37:52 EDT From: brunner@gdc.com (Paul Brunner) Message-Id: <9406301537.AA19637@mailhost.gdc.com> To: postgres@postgres.Berkeley.EDU Subject: Reclaiming disk space Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Thu, 30 Jun 94 08:38:12 -0700 Resent-XMts: smtp POSTGRES does not appear to give one an efficient way to reclaim disk space from deleted instances, without temporarily denying access to the database, unloading data, destroying and recreating classes, and then reloading the data. If a significant number of deletions occur, even with running the vacuum command, the disk files for the classes will never shrink but only grow in size as time goes by. It appears from the documentation and tests that space for deleted instances becomes dead space in the files, never used again. I am interested in hearing how users of POSTGRES deal with this issue. Is there an easier or less time consuming way to reclaim the disk space from deleted instances? How do users deal with the fact that without doing something like unloading/ reloading data destroying/recreating classes, files will only ever increase in size? ============================================================================== To add/remove yourself to/from the POSTGRES mailing list: send mail with the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU" If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and a human will deal with it. DO NOT post to the "postgres" mailing list. ==============================================================================