is a nice integration with flume and kite.
High availability didnet matter for us. 10 secs down is fine for our use
cases.HBase started to support eventually consistent reads.
Cem
Sent from my iPhone
> On May 30, 2015, at 4:24 PM, Brady Gentile wrote:
>
> Hey Ajay,
>
> He
thanks for the answers!
Cem
On Wed, Oct 1, 2014 at 2:38 PM, Ken Hancock wrote:
> *https://github.com/hancockks/cassandra-compact-cf
> <https://github.com/hancockks/cassandra-compact-cf>*
>
> On Tue, Sep 30, 2014 at 5:49 PM, cem wrote:
>
>> Hi All,
>>
>>
t may help if I delete all data for that
node and run repair. Does node repair check the ttl value before retrieving
data from other nodes? Do you have any other suggestions?
Best Regards,
Cem.
-
> Aaron Morton
> New Zealand
> @aaronmorton
>
> Co-Founder & Principal Consultant
> Apache Cassandra Consulting
> http://www.thelastpickle.com
>
> On 11/12/2013, at 9:33 pm, Veysel Taşçıoğlu
> wrote:
>
> Hi,
>
> What about using JBOD and
with 2 nodes
cluster since there is a higher chance to lose 50% of our cluster compare
to a larger cluster. I may prefer to have stronger nodes if I have limited
number of nodes.
What do you think about that? Is there anyone who has 2 nodes cluster?
Best Regards,
Cem
It will be deleted after a compaction.
Sent from my iPhone
On 05 Oct 2013, at 07:29, Sebastian Schmidt wrote:
> Hi,
>
> per default, the key of a row is not deleted, if all columns were
> deleted. I tried to figure out why, but I didn't find an answer, except
> that it is 'intended'. Why is th
I think 512 is fine. Could you tell more about your traffic
characteristics?
Cem
On Wed, Oct 2, 2013 at 4:32 PM, srmore wrote:
> I changed my index_interval from 128 to index_interval: 128 to 512, does
> it make sense to increase more than this ?
>
>
> On Wed, Oct 2, 2013
Have a look to index_interval.
Cem.
On Wed, Oct 2, 2013 at 2:25 PM, srmore wrote:
> The version of Cassandra I am using is 1.0.11, we are migrating to 1.2.X
> though. We had tuned bloom filters (0.1) and AFAIK making it lower than
> this won't matter.
>
> Thanks !
>
>
Thanks Rob!
On Thu, Sep 5, 2013 at 12:17 AM, Robert Coli wrote:
> On Wed, Sep 4, 2013 at 2:48 PM, cem wrote:
>
>> I would prefer to have it on server side since it introduces too much
>> complexity on client side and CF overheads.
>>
>> I would like to know how
to know how to contribute to C* code base?
Am I going to open a ticket and assign to me?
Can someone provide me the path? Thank you very much!
Best Regards,
Cem
Hi Alain,
I solved the same issue by implementing a client that manages time range
partitions. Each time range partition is a CF.
Cem.
On Mon, Aug 26, 2013 at 11:34 AM, Alain RODRIGUEZ wrote:
> Hi,
>
> Any guidance on this topic would be appreciated :).
>
>
> 2013/8/
store is relatively small.
Why didnt you partition your data according to time instead of using your
own compactor?
Cem
On Fri, Jul 26, 2013 at 3:50 AM, sankalp kohli wrote:
> Try putting multiple instances per machine with each instance mapped to
> its own disk. This might not work
You will suffer from long compactions if you are planning to get rid of
from old records by TTL.
Best Regards,
Cem.
On Thu, Jul 25, 2013 at 5:51 PM, Kanwar Sangha wrote:
> Issues with large data nodes would be –
>
> ** **
>
> **· **Nodetool repair will be im
Between 500GB - 1TB is recommended.
But it depends also your hardware, traffic characteristics and
requirements. Can you give some details on that?
Best Regards,
Cem
On Thu, Jul 25, 2013 at 5:35 PM, Pruner, Anne (Anne) wrote:
> Does anyone have opinions on the maximum amount of d
Thank you very much!
On Fri, Jul 12, 2013 at 5:59 PM, Yuki Morishita wrote:
> it's compressed/original.
>
>
> https://github.com/apache/cassandra/blob/cassandra-1.1.11/src/java/org/apache/cassandra/io/sstable/SSTableMetadata.java#L124
>
> On Fri, Jul 12, 2013 at 10:02
Hi All,
Can anyone explain the compression ratio?
Is it the "compressed data / original" or "original/ compressed" ? Or
something else.
thanks a lot.
Best Regards,
Cem
.
http://www.datastax.com/docs/1.2/cluster_architecture/cluster_planning
Do I need to enable anything to leverage from 1.2? Do you have any other
advice?
What should be the path to investigate this?
Thanks in advance!
Best Regards,
Cem.
Thank you very much for the fast answer.
Does playORM use different column families for each partition in Cassandra?
Cem
On Wed, May 29, 2013 at 5:30 PM, Jeremy Powell wrote:
> Cem, yes, you can do this with C*, though you have to handle the logic
> yourself (other libraries might do th
if we
have that in Cassandra.
Best Regards,
Cem.
Thanks for the answers!
Cem
On Wed, May 29, 2013 at 1:26 AM, Robert Coli wrote:
> On Tue, May 28, 2013 at 2:38 PM, Bryan Talbot
> wrote:
> > I think what you're asking for (efficient removal of TTL'd write-once
> data)
> > is already in the works but not
y
for each partition and drop when you know that all records are expired.
I have 5 nodes.
Cem.
On Tue, May 28, 2013 at 9:37 PM, Hiller, Dean wrote:
> Also, how many nodes are you running?
>
> From: cem mailto:cayiro...@gmail.com>>
> Reply-To: "user@cass
Thanks for the answer but it is already set to 0 since I don't do any
delete.
Cem
On Tue, May 28, 2013 at 9:03 PM, Edward Capriolo wrote:
> You need to change the gc_grace time of the column family. It defaults to
> 10 days. By default the tombstones will not go away for 10 days.
&
same issue? How would you solve it in another way?
Thanks in advance!
Cem
estimate remainingKeys like that?
Best Regards,
Cem
On Wed, May 22, 2013 at 5:58 PM, Yuki Morishita wrote:
> > Can method calculate non-overlapping keys as overlapping?
>
> Yes.
> And randomized keys don't matter here since sstables are sorted by
> "token&
for each key and send a single write
request.
Cem
On Tue, May 21, 2013 at 11:13 PM, Yuki Morishita wrote:
> > Why does Cassandra single table compaction skips the keys that are in
> the other sstables?
>
> because we don't want to resurrect deleted columns. Say, sstable A h
tio is always *0 *in my case and the droppableRatio
is *0.9.
Cassandra skips all sstables which are already expired.*
This line was introduced by
https://issues.apache.org/jira/browse/CASSANDRA-4022.
Best Regards,
Cem
What was the RF before adding nodes?
Sent from my iPhone
On 04 Apr 2013, at 15:12, Anand Somani wrote:
> We are using a single process with multiple threads, will look at client side
> delays.
>
> Thanks
>
> On Wed, Apr 3, 2013 at 9:30 AM, Tyler Hobbs wrote:
> If I had to guess, I would say
Hi Alicia ,
Cassandra input format creates mappers as many as vnodes. It is a known
issue. You need to lower the number of vnodes :(
I have a simple solution for that and ready to write a patch. Should I
create a ticket about that? I don't know the procedure about that.
Regards,
Cem
O
Hi,
Could you provide some other details about your schema design and queries?
It is very hard to tell anything.
Regards,
Cem
On Sun, Mar 24, 2013 at 12:40 PM, dong.yajun wrote:
> Hello,
>
> I'd suggest you to take look at the difference between Nosql and RDMS.
>
> Best
eries because in the typical range query you need to set start and end
token. But in the virtual nodes I realized that tokens are not continuous.
Best Regards,
Cem
On Sun, Feb 17, 2013 at 2:47 AM, Edward Capriolo wrote:
> Split size does not have to equal block size.
>
>
> http://hadoo
suggestion to improve the performance? It seems like I need to lower
the number of virtual nodes.
Best Regards,
Cem
.
Best Regards,
Cem
Try to connect with
telnet.
Cem.
On Tue, May 29, 2012 at 3:06 PM, Shubham Srivastava <
shubham.srivast...@makemytrip.com> wrote:
> My webapp connects to the LoadBalancer IP which has the actual nodes in
> its pool.
>
> If there is by any chance a connection break then will h
Since all hosts are seem to be down, Hector will not do retry. There should
be at least one node up in a cluster. Make sure that you have a proper
connection from your webapps to your cluster.
Cem.
On Tue, May 29, 2012 at 1:46 PM, Shubham Srivastava <
shubham.srivast...@makemytrip.com>
Thank you for the swift response.
Cem.
On Sun, Mar 11, 2012 at 11:03 PM, Peter Schuller <
peter.schul...@infidyne.com> wrote:
> > I am using TTL 3 hours and GC grace 0 for a CF. I have a normal CF that
> has
> > records with TTL 3 hours and I dont send any delete request. I
records after a
down node comes back. So I assumed that transferring expired records will
not cause any problem.
Do you have any idea? Thank you!
Regards,
Cem.
36 matches
Mail list logo