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 SAA10968 for postgres-redist; Mon, 30 May 1994 18:37:30 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199405310137.SAA10968@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 mail.netcom.com (mail.netcom.com [192.100.81.99]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with ESMTP id SAA10958 for ; Mon, 30 May 1994 18:37:29 -0700 Received: from behemoth.montage.com by mail.netcom.com (8.6.8.1/Netcom) id SAA25767; Mon, 30 May 1994 18:37:30 -0700 Received: from pigpen.montage.com by behemoth.montage.com (4.1/smail2.5/01-14-91) id AA29850; Mon, 30 May 94 12:48:29 PDT Received: by pigpen.montage.com (4.1/smail2.5/01-14-91) id AA02892; Mon, 30 May 94 12:47:55 PDT Message-Id: <9405301947.AA02892@pigpen.montage.com> To: aoki@postgres.Berkeley.EDU (Paul M. Aoki) Cc: Mark Metson , postgres@postgres.Berkeley.EDU Subject: Re: Use by a Business In-Reply-To: Your message of "Mon, 30 May 94 12:40:03 PDT." <199405301940.MAA19840@faerie.CS.Berkeley.EDU> Date: Mon, 30 May 94 12:47:38 -0700 From: Michael Ubell Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Mon, 30 May 94 18:37:30 -0700 Resent-XMts: smtp > it does do page-level locking for b-trees >but not for r-trees and heaps. Doing page locking on b-trees but not on the underlying heap does not really buy you anything since if you do an update the whole heap table is locked so things will be single threaded no matter what you do in the b-tree. ============================================================================== 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. ==============================================================================