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 BAC75D5AF for ; Tue, 17 Jul 2012 14:15:41 +0000 (UTC) Received: (qmail 71891 invoked by uid 500); 17 Jul 2012 14:15:41 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 71515 invoked by uid 500); 17 Jul 2012 14:15: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 71236 invoked by uid 99); 17 Jul 2012 14:15:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2012 14:15:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 3490314285A for ; Tue, 17 Jul 2012 14:15:35 +0000 (UTC) Date: Tue, 17 Jul 2012 14:15:35 +0000 (UTC) From: =?utf-8?Q?Claus_K=C3=B6ll_=28JIRA=29?= To: dev@jackrabbit.apache.org Message-ID: <1528035027.64052.1342534535219.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (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 Claus K=C3=B6ll created JCR-3389: ------------------------------- Summary: 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 The idea of a multidatastore is to decorate two datastores. It can be used = to implement a Primary/Archive DataStore. New binary files are saved into the primary. A archive task would move file= s from the primary to the backup datastore. Reading from a MultiDataStore i= s transparent to the jcr api. So it will always return files either from th= e primary or from the backup datastore. The primary datastore can be mapped to a fast storage medium and the archiv= e 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