Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 655F7EB34 for ; Fri, 14 Dec 2012 15:34:16 +0000 (UTC) Received: (qmail 31963 invoked by uid 500); 14 Dec 2012 15:34:15 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 31810 invoked by uid 500); 14 Dec 2012 15:34:15 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 31652 invoked by uid 99); 14 Dec 2012 15:34:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2012 15:34:15 +0000 Date: Fri, 14 Dec 2012 15:34:15 +0000 (UTC) From: "T Jake Luciani (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-5063) Aliasing Keyspaces MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13532387#comment-13532387 ] T Jake Luciani commented on CASSANDRA-5063: ------------------------------------------- bq. I'd rather support it more generally (for table and maybe columns (the latter being useful if you want short name on disk, but human readable aliases)) than just for keyspaces. I'm fine with that > Aliasing Keyspaces > ------------------ > > Key: CASSANDRA-5063 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5063 > Project: Cassandra > Issue Type: New Feature > Reporter: Carl Yeksigian > > The way we are working with our cassandra is that we have multiple keyspaces, each of them representing the same data in different forms. We would like to have a single name representing the current production keyspace, while we are working on backloading our development keyspaces. > The proposed work flow would be: > - create keyspace prod1 > - alias keyspace prod to prod1 > - create keyspace prod2 > - backload prod2 > - alias keyspace prod to prod2 > - drop keyspace prod1 > It would be really nice if we weren't referring to "prod1" and "prod2", rather always referencing "prod", and the aliasing would happen in Cassandra. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira