That would work, with the caveat that you'd have to delete it and
re-insert if you want to preserve that relationship on update.
On Mon, Apr 2, 2012 at 12:18 PM, Pierre Chalamet wrote:
> Hi,
>
> What about using a ts as column name and do a get sliced instead ?
>
>
> --Original Message--
Hi,
What about using a ts as column name and do a get sliced instead ?
--Original Message--
From: Avi-h
To: cassandra-u...@incubator.apache.org
ReplyTo: user@cassandra.apache.org
Subject: column’s timestamp
Sent: Apr 2, 2012 18:24
Is it possible to fetch a column based on the row key an
On Mon, Apr 2, 2012 at 11:24 AM, Avi-h wrote:
> Is it possible to fetch a column based on the row key and the column’s
> timestamp only (not using the column’s name)?
>
No, but most clients support including the timestamp in the result set, so
you can filter the columns by timestamp from there.