From cocoon-dev-return-19830-apmail-xml-cocoon-dev-archive=xml.apache.org@xml.apache.org Wed Dec 12 14:13:08 2001 Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 23865 invoked by uid 500); 12 Dec 2001 14:13:07 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 23854 invoked from network); 12 Dec 2001 14:13:06 -0000 From: "Gerhard Froehlich" To: Subject: RE: [VOTE] adding Jisp based Store persistence to the Scratchpad Date: Wed, 12 Dec 2001 15:13:08 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <007b01c18312$baf14ab0$90a4558b@vgritsenkopc> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Vadim, >From: Vadim Gritsenko [mailto:vadim.gritsenko@verizon.net] > > >What would be the benefits of using B-Tree indexed file vs filesystem >directory? - When you have many files in one directory that can be problematic for maintainence. - Some Caching system like Squid split that up into the different subdirectories, others hold the data in one file. - With this Implementation we would be able to turn -if wished- the MRUMemoryStore (or something equal) off and use only the Filesystem for Storing. Maybe for machines with limited memory,.... For this approach you need some speedy access for the data on the FS. - Multiple indexes per data file, so you can access data with a variety of criteria. - Indexed data does not need to be homogenous; data files can contain mixed serialized types, all using the same indexes. - 100% portable between platforms. - ... Just a try... Maybe it rules, maybe it fails ;) >Anyway, you can put something into scratchpad without voting... Ahh I see... >Vadim Gerhard --------------------------------- Me, Ambivalent? Well, yes and no. --------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org