When I try `rpm -i riptano-release-5-1.el6.noarch.rpm`, it just freeze. Does
repository work?
2011/1/12 Michael Fortin
> Thanks for your thoughtful and detailed replies Eric, it's much
> appreciated.
>
> Mike
>
> On Jan 11, 2011, at 11:23 AM, Eric Evans wrote:
>
> > On Tue, 2011-01-11 at 09:23 -
With this schema:
create column family Userstream with comparator=UTF8Type and rows_cached =
1 and keys_cached = 10
and column_metadata=[{column_name:account_id, validation_class:IntegerType,
index_type: 0, index_name:UserstreamAccountidIdx},
{column_name:from_id, validation_class:IntegerT
Hm, phpcassa works great, I guess that is the problem of cli. Now it doesn't
return any rows at all.
2011/2/18 Rauan Maemirov
> With this schema:
>
> create column family Userstream with comparator=UTF8Type and rows_cached =
> 1 and keys_cached = 10
>
Hi, with the help of twissandra example, I tried to create a scheme for
activity feed.
Activities cf stores all activities:
Activities: {
'4d5fbfdf47878': {
'user': 'larry',
'activity_type': 'comment',
...
activity info
}
}
And userfeed cf stores each user's feed sorted by ti
Any advices? Maybe I should group events from application? Wouldn't it be to
much overhead?
2011/2/19 Rauan Maemirov
> Hi, with the help of twissandra example, I tried to create a scheme for
> activity feed.
>
> Activities cf stores all activities:
>
> Activitie
I have a test cluster with 3 nodes, earlier I've installed OpsCenter to
watch my cluster. Every day I see, that the same one node goes down (at
different time, but every day). Then I just run `service cassandra start` to
fix that problem. system.log doesn't show me anything strange. What are the
st
What about APC? Did you turn it on?
2010/3/30 Julian Simon :
> Hi,
>
> I've been trying to benchmark Cassandra for our use case and have been
> seeing poor performance on both writes and (extremely) poor
> performance on reads.
>
> Using Cassandra 0.51 stable & thrift-0.2.0.
>
> It turns out all t