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 1F4F111316 for ; Sat, 13 Sep 2014 21:48:35 +0000 (UTC) Received: (qmail 82852 invoked by uid 500); 13 Sep 2014 21:48:34 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 82819 invoked by uid 500); 13 Sep 2014 21:48:34 -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 82692 invoked by uid 99); 13 Sep 2014 21:48:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Sep 2014 21:48:34 +0000 Date: Sat, 13 Sep 2014 21:48:34 +0000 (UTC) From: "Sylvain Lebresne (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-7919) Change timestamp representation to timeuuid 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-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14132976#comment-14132976 ] Sylvain Lebresne commented on CASSANDRA-7919: --------------------------------------------- bq. This is not true if we incorporate CASSANDRA-7925 I don't see how CASSANDRA-7925 changes that really. When I say client, I mean process. You can have multiple client/process on one box, but that don't change the fact that a given client process will have one lsb for its lifetime. bq. we should not deliver the TimeUUID back to clients, and we should not store it fully indefinitely I don't have a problem with that. > Change timestamp representation to timeuuid > ------------------------------------------- > > Key: CASSANDRA-7919 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7919 > Project: Cassandra > Issue Type: Improvement > Reporter: T Jake Luciani > Priority: Minor > Fix For: 3.0 > > > In order to overcome some of the issues with timestamps (CASSANDRA-6123) we need to migrate to a better timestamp representation for cells. > Since drivers already support timeuuid it makes sense to migrate to this internally (see CASSANDRA-7056) -- This message was sent by Atlassian JIRA (v6.3.4#6332)