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
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
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
+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
+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-
+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
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