Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-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 70BCEC294 for ; Wed, 18 Jul 2012 08:31:38 +0000 (UTC) Received: (qmail 69633 invoked by uid 500); 18 Jul 2012 08:31:38 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 69094 invoked by uid 500); 18 Jul 2012 08:31:36 -0000 Mailing-List: contact dev-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 dev@jackrabbit.apache.org Received: (qmail 69015 invoked by uid 99); 18 Jul 2012 08:31:34 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2012 08:31:34 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 8FA3C141826 for ; Wed, 18 Jul 2012 08:31:34 +0000 (UTC) Date: Wed, 18 Jul 2012 08:31:34 +0000 (UTC) From: =?utf-8?Q?Claus_K=C3=B6ll_=28JIRA=29?= To: dev@jackrabbit.apache.org Message-ID: <1687148838.68231.1342600294590.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1528035027.64052.1342534535219.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (JCR-3389) Implement a MultiDataStore MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/JCR-3389?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Claus K=C3=B6ll updated JCR-3389: ---------------------------- Attachment: JCR-3389.patch First inital patch for the multi datastore. At the moment the param element= could have a DataStore Element in it. Its not generic but we can change this later if we realy need it i think. =20 > Implement a MultiDataStore > -------------------------- > > Key: JCR-3389 > URL: https://issues.apache.org/jira/browse/JCR-3389 > Project: Jackrabbit Content Repository > Issue Type: New Feature > Components: jackrabbit-core > Affects Versions: 2.4.2 > Reporter: Claus K=C3=B6ll > Assignee: Claus K=C3=B6ll > Attachments: JCR-3389.patch > > > The idea of a multidatastore is to decorate two datastores. It can be use= d to implement a Primary/Archive DataStore. > New binary files are saved into the primary. A archive task would move fi= les from the primary to the backup datastore. Reading from a MultiDataStore= is transparent to the jcr api. So it will always return files either from = the primary or from the backup datastore. > The primary datastore can be mapped to a fast storage medium and the arch= ive to a cheap sata or a tape library. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira