[VOTE] Release Apache Cassandra 2.1.0-rc2

2014-06-23 Thread Sylvain Lebresne
We've almost there. I propose the following artifacts for release as 2.1.0-rc2. sha1: e2bef02e254a9c6e37a86cab957a1fcba56214fd Git: http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/2.1.0-rc2-tentative Artifacts:

static columns and TTL - wouldn't it be nice if static columns played nice with a partition whose partition keys have all (TTL) expired

2014-06-23 Thread graham sanderson
So, I was thinking about a new use case, where an ideal situation would be to have something like CREATE TABLE series { id uuid, inserted timeuuid, small_thing blob, large_static_thing blob static, PRIMARY KEY (id, inserted) } So this is my first use of

Re: static columns and TTL - wouldn't it be nice if static columns played nice with a partition whose partition keys have all (TTL) expired

2014-06-23 Thread graham sanderson
Note, that as I think about it, if you had the new OnDiskAtom time with TTL and no value, then you wouldn’t need anything special about static columns, you’d just need a CQL syntax to update/set the TTL for a column which might be useful for lots of things. On Jun 24, 2014, at 12:22 AM, graham