On Wed, Jan 5, 2011 at 4:09 PM, Dave Viner wrote:
>
> "a Column Family with the row key being the Unix time divided by 60x60 and
> a column key of... pretty much anything unique"
> LogCF[hour-day-in-epoch-seconds][timeuuid] = 1
> where 'hour-day-in-epoch-seconds' is something like the first s
Okay, here is two ways to handle this, both are quite different from each
other.
A)
This approach does not depend on counters. You simply have a Column Family
with the row key being the Unix time divided by 60x60 and a column key of...
pretty much anything unique. Then have another process look
If you delete a row, and it therefore is marked as tombstone, and
subsequently you try to insert the row again it appears to succeed,
but if you try to request the row you don't get a result.
If you try to insert a row that has been recently deleted, and has an
active tombstone I would expect eith
I'm looking at how to achieve a search on several separate fields.
Before 0.7.0 this would mean separate indexes maintained by explicit
mutations by the client. Recently automatic secondary indexes were
added to 0.7.0. I have several indexes. My index row keys are
composite keys. All the indexes ar
Microsoft has essentially copied the Cassandra approach for it's Table
Storage. See here:
http://www.codeproject.com/KB/azure/AzureStorage.aspx
It is I believe a compliment of sorts, in the sense that it is a
validation of the Cassandra approach. The reason I know about this is
that I attended a
On Wed, Sep 8, 2010 at 3:20 AM, Asif Jan wrote:
>
>
> Hi
> I need to use the low level java API in order to test bulk ingestion to
> cassandra. I have already looked at the code in contrib/bmt_example and
> contrib/client_only.
> When I try and run the following code, I get following exception ; u
On Fri, Aug 13, 2010 at 11:15 PM, Carlos Sanchez
wrote:
> All,
>
> I was wondering if I could get some information (link / pdf) about the new
> [column] indices in Cassandra for version 0.7
>
Seconded; specifically I was wondering if you can define the secondary
indexes inside cassandra.yaml, an
On Tue, Aug 24, 2010 at 12:28 AM, aaron morton wrote:
> I think this may have been discussed before, but I cannot find any reference
> to it. Just wanted to confirm how cassandra.yaml is used after the cluster is
> initialised.
>
> Start a clean install of 0.7b1, use jconsole to import the schem
On Thu, Aug 19, 2010 at 12:34 AM, Ran Tavory wrote:
> Happy to announce hector's support in 0.7.0. Hector is a java client for
> cassandra which wraps the low level thrift interface with a nicer API, adds
> monitoring, connection pooling and more.
> I didn't do anything... The amazing 0.7.0 work
Hi everyone,
I'm trying to to get the beta of 0.7.0 up and running. I have had a
previous build from a couple of weeks ago working okay; one that I
built myself from source.
>From both a recent build of Cassandra from source and from the
distributed binaries I am getting the following on start:
#
On Sat, Aug 7, 2010 at 6:00 AM, sonia gehlot wrote:
> Can you please help me how to move forward? How should I do all the setup
> for this?
My view is that Cassandra is fundamentally different from SQL databases. There
may be artefact's which are superficially similar between the two systems, bu
On Wed, Jul 14, 2010 at 2:43 PM, Dan Washusen wrote:
> http://github.com/danwashusen/pelops/tree/cassandra-0.7.0
Doh - I've just finished making most of the changes for the new API.
> p.s. Pelops doesn't have any test coverage and my implicit tests (my app
> integration tests) don't touch anywhe
I know Cassandra 0.7 isn't released yet, but I was wondering if anyone
has used Pelops with the latest builds of Cassandra? I'm having some
issues, but I wanted to make sure that somebody else isn't working on
a branch of Pelops to support Cassandra 7. I have downloaded and built
the latest code fr
13 matches
Mail list logo