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 4F8D111FC3 for ; Wed, 18 Jun 2014 18:40:26 +0000 (UTC) Received: (qmail 3550 invoked by uid 500); 18 Jun 2014 18:40:26 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 3525 invoked by uid 500); 18 Jun 2014 18:40:26 -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 3505 invoked by uid 99); 18 Jun 2014 18:40:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2014 18:40:26 +0000 Date: Wed, 18 Jun 2014 18:40:26 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-6962) examine shortening path length post-5202 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-6962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14036120#comment-14036120 ] Jonathan Ellis commented on CASSANDRA-6962: ------------------------------------------- Officially tagging [~joshuamckenzie] as reviewer > examine shortening path length post-5202 > ---------------------------------------- > > Key: CASSANDRA-6962 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6962 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Brandon Williams > Assignee: Yuki Morishita > Fix For: 3.0 > > Attachments: 6962-2.1.txt > > > From CASSANDRA-5202 discussion: > {quote} > Did we give up on this? > Could we clean up the redundancy a little by moving the ID into the directory name? e.g., ks/cf-uuid/version-generation-component.db > I'm worried about path length, which is limited on Windows. > Edit: to give a specific example, for KS foo Table bar we now have > /var/lib/cassandra/flush/foo/bar-2fbb89709a6911e3b7dc4d7d4e3ca4b4/foo-bar-ka-1-Data.db > I'm proposing > /var/lib/cassandra/flush/foo/bar-2fbb89709a6911e3b7dc4d7d4e3ca4b4/ka-1-Data.db > {quote} -- This message was sent by Atlassian JIRA (v6.2#6252)