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
Maybe in the short term just some CQL syntax to detect the case of a static only row SELECT id, inserted, large_static_thing from series; works, and returns a single row with null for inserted if there are no “rows”, but this is a fictitious row… (and I must include large_static_thing in order

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

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 st

Re: [VOTE] Release Apache Cassandra 2.1.0-rc2

2014-06-23 Thread Jake Luciani
+1 On Mon, Jun 23, 2014 at 1:59 PM, Sylvain Lebresne wrote: > 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-t

Re: [VOTE] Release Apache Cassandra 2.1.0-rc2

2014-06-23 Thread Brandon Williams
+1 On Mon, Jun 23, 2014 at 12:59 PM, Sylvain Lebresne wrote: > 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-

Re: [VOTE] Release Apache Cassandra 2.1.0-rc2

2014-06-23 Thread Jonathan Ellis
+1 On Mon, Jun 23, 2014 at 12:59 PM, Sylvain Lebresne wrote: > 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-tent

[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: https://repository.apache.org/content/repositories/orgapa