Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 42755 invoked from network); 9 Dec 2009 14:52:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Dec 2009 14:52:27 -0000 Received: (qmail 35466 invoked by uid 500); 9 Dec 2009 14:52:27 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 35405 invoked by uid 500); 9 Dec 2009 14:52:26 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 35396 invoked by uid 99); 9 Dec 2009 14:52:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 14:52:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 14:52:24 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id A832516E07 for ; Wed, 9 Dec 2009 14:52:03 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 09 Dec 2009 14:52:03 -0000 Message-ID: <20091209145203.12023.60275@eos.apache.org> Subject: =?utf-8?q?=5BJackrabbit_Wiki=5D_Update_of_=22DataStore=22_by_ThomasMuelle?= =?utf-8?q?r?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" fo= r change notification. The "DataStore" page has been changed by ThomasMueller. http://wiki.apache.org/jackrabbit/DataStore?action=3Ddiff&rev1=3D59&rev2=3D= 60 -------------------------------------------------- = Q: What would happen when multiple users download large files from the st= ore? A: Db``Data``Store: It depends on whether the copyWhenReading option i= s enabled or not (see there). File``Data``Store: The same file would be ope= ned multiple times. The file would be in the operating system / file system= block cache, so that wouldn't be a problem. = - Q: Can I change the file content in he data store? A: No. The whole point= of the data store is that the content is immutable. + Q: Can I change the file content in the data store? A: No. The whole poin= t of the data store is that the content is immutable. = Clustering is supported if you use a shared file system, such as SAN or N= FS (Windows file sharing works as well). You need to set data store path of= all cluster nodes to the same location. =20