Return-Path: X-Original-To: apmail-db-derby-user-archive@www.apache.org Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8A9C49210 for ; Sat, 29 Oct 2011 05:02:51 +0000 (UTC) Received: (qmail 11819 invoked by uid 500); 29 Oct 2011 05:02:51 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 11723 invoked by uid 500); 29 Oct 2011 05:02:50 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 11715 invoked by uid 99); 29 Oct 2011 05:02:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2011 05:02:50 +0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=FORGED_YAHOO_RCVD,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2011 05:02:44 +0000 Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1RK13n-00034o-UD for derby-user@db.apache.org; Fri, 28 Oct 2011 22:02:23 -0700 Message-ID: <32742387.post@talk.nabble.com> Date: Fri, 28 Oct 2011 22:02:23 -0700 (PDT) From: Sundar Narayanaswamy To: derby-user@db.apache.org Subject: Re: SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE question In-Reply-To: <4EAB0D80.504@sbcglobal.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: sundar007@yahoo.com References: <1319776014.2665.YahooMailNeo@web112411.mail.gq1.yahoo.com> <4EAB0D80.504@sbcglobal.net> I have posted the issue to DERBY-5487. I have also attached the Java test program. The test rows do insert at one end of the primary key and delete the other end.. Interestingly, I noticed that primary key space is reclaimed if I reuse the primary keys across the insert-delete loops. But, my application requires me to use continuously increasing primary keys (not reuse them). Mike Matrigali wrote: > > Posting your test to a JIRA issue would be best. It would be > interesting to post the space table results after each > insert/delete/compress iteration (or every 10, ...). > When do you commit (every row or every 10000)? Is it multi-threaded? > Does your > test always insert rows at one end of the index and delete them > from the other end. If so it may be DERBY-5473 (a runtime issue, > not a compress table issue). > > -- View this message in context: http://old.nabble.com/SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE-question-tp32736560p32742387.html Sent from the Apache Derby Users mailing list archive at Nabble.com.