Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 46342 invoked from network); 12 Jul 2006 22:59:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2006 22:59:16 -0000 Received: (qmail 77463 invoked by uid 500); 12 Jul 2006 22:59:15 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 77450 invoked by uid 500); 12 Jul 2006 22:59:15 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 77439 invoked by uid 99); 12 Jul 2006 22:59:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 15:59:15 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 15:59:15 -0700 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 19893D495E for ; Wed, 12 Jul 2006 23:58:54 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Wed, 12 Jul 2006 22:58:54 -0000 Message-ID: <20060712225854.16756.25404@ajax.apache.org> Subject: [Db-derby Wiki] Update of "HowItWorks" by DanDebrunner X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by DanDebrunner: http://wiki.apache.org/db-derby/HowItWorks New page: = How Derby Works = Work in progress == Where to Look == Information on Derby's internals is scattered over a number of locations: 1. The [http://db.apache.org/derby/derby_downloads.html#Derby+source+code code], describes exactly how it works. B) 1. Comments in the code, usually match the code, and hopefully will add value as to why the code is as it is, rather than just describing the code exactly. The complete [http://db.apache.org/derby/javadoc/engine/ javadoc of all the classes, methods & fields] is generated nightly. If more comments could be added then please submit a patch. 1. Discussions in the [http://mail-archives.eu.apache.org/mod_mbox/db-derby-dev mail list archives for derby-dev] at db.apache.org. 1. [http://db.apache.org/derby/papers/index.html Papers and presentations] on web site. 1. Functional and design specs attached to Jira issues, encouraged when a feature is implemented. 1. Wiki, please add as much information as you can. The page attempts to provides links to all the information about how Derby works. == General == == JDBC == == Network Server == == SQL == * [:SystemTables:System table or catalogs] == Store == || [http://db.apache.org/derby/papers/btree_package.html BTree+ implementation] || [http://db.apache.org/derby/papers/pageformats.html On-disk page format] | [http://db.apache.org/derby/papers/logformats.html Transaction log format] ||