Well, it can be useful in some scenarios - e.g. temporary tables on nearest or
the same node.
Best regards, Vladimir Yudovin,
Winguzone - Hosted Cloud Cassandra on Azure and SoftLayer.
Launch your cluster in minutes.
On Sat, 08 Oct 2016 13:44:00 -0400 Jeff Jirsa
wrote
I'm sure that's what he meant, I just disagree that it sounds useful
--
Jeff Jirsa
> On Oct 8, 2016, at 10:33 AM, Vladimir Yudovin wrote:
>
> As far as I understand Edward meant to have option determinate actual storage
> node on client side, by driver, disregarding key hash/tokens mechanism
As far as I understand Edward meant to have option determinate actual storage
node on client side, by driver, disregarding key hash/tokens mechanism.
Best regards, Vladimir Yudovin,
Winguzone - Hosted Cloud Cassandra on Azure and SoftLayer.
Launch your cluster in minutes.
On Sat, 08 Oct
That sounds awful, especially since you could just use SimpleStrategy with RF=1
and then bootstrap / decom would handle resharding for you as expected.
--
Jeff Jirsa
> On Oct 8, 2016, at 10:09 AM, Edward Capriolo wrote:
>
> I have contemplated using LocalStrategy as a "do it yourself client
I have contemplated using LocalStrategy as a "do it yourself client side
sharding system".
On Sat, Oct 8, 2016 at 12:37 AM, Vladimir Yudovin
wrote:
> Hi Prasenjit,
> I would like to get the replication factors of the key-spaces using the
> strategies in the same way we get the replication factor
Thanks for clarifying that.
How can I use commitlogreader? Are there any examples for it? Does this mean I
can only use through Java?
-Sridhar
> On Oct 8, 2016, at 3:17 AM, DuyHai Doan wrote:
>
> You need to use the CommitLogReader, there is no way to access CDC data
> using CQL. I'm not even
You need to use the CommitLogReader, there is no way to access CDC data
using CQL. I'm not even sure it will be possible one day
On Fri, Oct 7, 2016 at 11:19 PM, sridhar nemani
wrote:
> Hi,
>
>
>
> I am fairly new to Cassandra. I have a requirement to be able to read any
> changes to tables, as