Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id MAA00252 for postgres-dist; Tue, 23 Nov 1993 12:16:52 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199311232016.MAA00252@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from cs.uml.edu (cs.uml.edu [129.63.1.11]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id MAA00242 for <postgres@nobozo.CS.Berkeley.EDU>; Tue, 23 Nov 1993 12:16:48 -0800
Received: by cs.uml.edu id AA20071
  (5.67a+/IDA-1.5 for postgres@nobozo.CS.Berkeley.EDU); Tue, 23 Nov 1993 15:16:15 -0500
From: John Peter Lee <jlee@cs.uml.edu>
Message-Id: <199311232016.AA20071@cs.uml.edu>
Subject: killing process while creating index, and more...
To: postgres@postgres.Berkeley.EDU
Date: Tue, 23 Nov 1993 15:16:14 -0500 (EST)
X-Mailer: ELM [version 2.4 PL22]
Content-Type: text
Content-Length: 1163      
Resent-To: postgres-dist@postgres.Berkeley.EDU
Resent-Date: Tue, 23 Nov 93 12:16:52 -0800
Resent-XMts: smtp

Hi:

  I would like to know what the effect would be if I had killed my process
  that was building indexes on a newly created database. It seems that the
  b-tree building is taking an extremely long time, and I'd like to stop
  for now and do some other work with the database. If I killed the 
  process and deleted the index (can I do that, or only delete classes ?),
  would all be well ??? Would anything become corrupted such that the 
  database is unreadable ??? It took over 25 hours to construct the data-
  base, and I don't want to make it unusable.

  Also, I never heard back from yesterday's question concerning the 
  potential memory leak in Postgres. I had to use PQreset every 9000
  appends to clear out the resident set of the postgres process. Any
  news on this ?

  thanks,

  jp

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
JP Lee               Institute for Visualization and Perception Research	
jlee@cs.uml.edu                    University of Massachusetts at Lowell 
(508) 934-3384			      1 University Ave. Lowell, MA 01854

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
