Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CA1F210169 for ; Fri, 30 Aug 2013 15:02:03 +0000 (UTC) Received: (qmail 82860 invoked by uid 500); 30 Aug 2013 15:02:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 81475 invoked by uid 500); 30 Aug 2013 15:02:00 -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 81199 invoked by uid 99); 30 Aug 2013 15:01:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 15:01:58 +0000 Date: Fri, 30 Aug 2013 15:01:58 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DERBY-6327) Give applications a way to request that Derby consistency-check crashed databases. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Rick Hillegas created DERBY-6327: ------------------------------------ Summary: Give applications a way to request that Derby consistency-check crashed databases. Key: DERBY-6327 URL: https://issues.apache.org/jira/browse/DERBY-6327 Project: Derby Issue Type: Improvement Components: SQL, Store Affects Versions: 10.11.0.0 Reporter: Rick Hillegas It is common for operating systems to scan/repair the entire file system after a machine crash. Similarly, it may be possible/desirable for Derby to consistency-check conglomerates when a database is booted after coming down ungracefully. A couple issues are worth considering: 1) This could be an expensive operation on a large database. 2) Derby can't tell the difference between a machine crash and an application crash. The behavior change would be noticeable for complex, crash-prone applications with large databases. That argues against making this the default behavior. Applications would need to opt into this extra consistency checking. This enhancement request comes out of a discussion on DERBY-5221. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira