Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 71543 invoked from network); 27 Jan 2006 17:51:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jan 2006 17:51:13 -0000 Received: (qmail 39459 invoked by uid 500); 27 Jan 2006 17:51:08 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 39314 invoked by uid 500); 27 Jan 2006 17:51:08 -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 39176 invoked by uid 99); 27 Jan 2006 17:51:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2006 09:51:07 -0800 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.182.145] (HELO e5.ny.us.ibm.com) (32.97.182.145) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2006 09:51:07 -0800 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e5.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id k0RHojrT000391 for ; Fri, 27 Jan 2006 12:50:45 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.12.10/NCO/VERS6.8) with ESMTP id k0RHok7A143566 for ; Fri, 27 Jan 2006 12:50:46 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11/8.13.3) with ESMTP id k0RHokOM028298 for ; Fri, 27 Jan 2006 12:50:46 -0500 Received: from [127.0.0.1] (sig-9-48-106-64.mts.ibm.com [9.48.106.64]) by d01av03.pok.ibm.com (8.12.11/8.12.11) with ESMTP id k0RHoiq9028204 for ; Fri, 27 Jan 2006 12:50:45 -0500 Message-ID: <43DA5A74.1020507@sbcglobal.net> Date: Fri, 27 Jan 2006 09:37:56 -0800 From: Mike Matrigali Reply-To: mikem_app@sbcglobal.net User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Discussion Subject: Re: DB Tables on separate hardisks References: <20060126163714.16654.qmail@web54005.mail.yahoo.com> In-Reply-To: <20060126163714.16654.qmail@web54005.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N There is no support for this in Derby. What is usually recommended in this situation is to use the OS to stripe the 2 disks, and create a single volume out of the 2 and then create the derby db on the single volume. I believe all the major OS's support this in some manner. Melvin Zamora wrote: > Hi Derbies, > > Would it be possible to have the PK tables on hardisk-A and FK tables on > hardisk-B using only one database? > > to envision: > > CUSTOMER_DERBY_DB > > CUSTOMER_TBL {PK} [HD-A], CUSTOMER_PURCHASES_TBL {FK} [HD-B] > > -Melvin > > ------------------------------------------------------------------------ > Do you Yahoo!? > With a free 1 GB, there's more in store with Yahoo! Mail. > >