Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 83353 invoked from network); 12 Nov 2006 19:19:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2006 19:19:59 -0000 Received: (qmail 36645 invoked by uid 500); 12 Nov 2006 19:20:10 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 36430 invoked by uid 500); 12 Nov 2006 19:20:09 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 36421 invoked by uid 99); 12 Nov 2006 19:20:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Nov 2006 11:20:09 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Nov 2006 11:19:58 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 54F83714315 for ; Sun, 12 Nov 2006 11:19:38 -0800 (PST) Message-ID: <24566884.1163359178345.JavaMail.jira@brutus> Date: Sun, 12 Nov 2006 11:19:38 -0800 (PST) From: "Yip Ng (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Assigned: (DERBY-2057) SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE documentation or implementation error on its arguments. In-Reply-To: <32867623.1163016653105.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/DERBY-2057?page=all ] Yip Ng reassigned DERBY-2057: ----------------------------- Assignee: Yip Ng > SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE documentation or implementation error on its arguments. > ----------------------------------------------------------------------------------------------- > > Key: DERBY-2057 > URL: http://issues.apache.org/jira/browse/DERBY-2057 > Project: Derby > Issue Type: Bug > Components: Miscellaneous, Documentation, Javadoc > Affects Versions: 10.2.1.6, 10.3.0.0 > Environment: Any > Reporter: Yip Ng > Assigned To: Yip Ng > > There seems to be an error on the SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE documentation or the implementation itself when passing the following arguments: > PURGE_ROWS > If PURGE_ROWS is set to a *non-zero* value, then a single pass is made through the table which will purge committed deleted rows from the table. > > DEFRAGMENT_ROWS > If DEFRAGMENT_ROWS is set to a *non-zero* value, then a single defragment pass is made which will move existing rows from the end of the table towards the front of the table. > > TRUNCATE_END > If TRUNCATE_END is set to a *non-zero* value, then all contiguous pages at the end of the table will be returned to the operating system. > > The implementation only checks if the above arguments are 1s. > org.apache.derby.iapi.db.OnlineCompress.compressTable( > schema, > tablename, > (purgeRows == 1), > (defragementRows == 1), > (truncateEnd == 1)); > ... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira