Re: SimpleAuthenticator / SimpleAuthorization missing

2011-10-20 Thread Yi Yang
See: https://issues.apache.org/jira/browse/CASSANDRA-2922 On Thu, Oct 20, 2011 at 4:08 AM, Pierre Chalamet pie...@chalamet.netwrote: Hello, SimpleAuthenticator SimpleAuthorization just disappear in release 1.0.0... Will this stay like this or is it a release bug ? Thanks, - Pierre

Re: ebs or ephemeral

2011-10-10 Thread Yi Yang
Agree, EBS systems are not so good for cassandra systems and during previous conversations in this mail list, people tend to use ephemeral. 從我的 BlackBerry® 無線裝置 -Original Message- From: Sasha Dolgy sdo...@gmail.com Date: Mon, 10 Oct 2011 10:03:26 To: user@cassandra.apache.org Reply-To:

Re: ebs or ephemeral

2011-10-07 Thread Yi Yang
Obviously ephemeral. It has higher IO availability, will not affect your Ethernet IO performance, and it is free (included in instance price) and the redundancy is provided by cassandra itself. 從我的 BlackBerry® 無線裝置 -Original Message- From: Madalina Matei madalinaima...@gmail.com Date:

Re: Why is mutation stage increasing ??

2011-10-05 Thread Yi Yang
Well what client are you using? And can you give a hint to your node hardware? 從我的 BlackBerry® 無線裝置 -Original Message- From: Philippe watche...@gmail.com Date: Wed, 5 Oct 2011 10:33:21 To: useruser@cassandra.apache.org Reply-To: user@cassandra.apache.org Subject: Why is mutation stage

Re: Cassandra JVM heap size

2011-10-03 Thread Yi Yang
Someone has just talked about the heap size in this mail list, says that bigger heap size will result into a longer GC phase, that could probably be one of the reason not using larger heap size. But I have really heard of some others using Cassandra with some 60 gigabytes of heap size. 從我的

Re: release mmap memory through jconsole?

2011-09-30 Thread Yi Yang
It is meaningless to release such memory. The counting includes the data you reached in the SSTable. Those data locates on your hard drive. So it is not the RAM spaces you have actually used. -Y. --Original Message-- From: Yang To: user@cassandra.apache.org ReplyTo:

Re: release mmap memory through jconsole?

2011-09-30 Thread Yi Yang
people will tell you that 12G -16G is max to use. Bye, Norman 2011/9/30 Yi Yang i...@iyyang.com: It is meaningless to release such memory. The counting includes the data you reached in the SSTable. Those data locates on your hard drive. So it is not the RAM spaces you have actually used. -Y

Re: Is LexicalUUID a good option for generating Ids

2011-09-29 Thread Yi Yang
I don't know if I understand correctly that UUIDs are good unless you have a specific reading pattern. In the latter case you can develop a better compound row key. Yi 從我的 BlackBerry® 無線裝置 -Original Message- From: Ramesh S investt...@gmail.com Date: Thu, 29 Sep 2011 16:26:05 To:

Re: create super column family for

2011-09-29 Thread Yi Yang
Which version are you using? In my memory 0.8.3 cannot do it correctly but later versions fixed the bug. 從我的 BlackBerry® 無線裝置 -Original Message- From: Ramesh S investt...@gmail.com Date: Thu, 29 Sep 2011 15:23:29 To: user@cassandra.apache.org Reply-To: user@cassandra.apache.org

Re: How can I patch a single issue

2011-08-23 Thread Yi Yang
Thanks Jonathan, and thanks Peter. How do u guys use the mail list? I'm using a mail client and this e-mail didn't group up until i found it today... On Aug 19, 2011, at 12:27 PM, Jonathan Ellis wrote: I think this is what you want:

Re: How can I patch a single issue

2011-08-23 Thread Yi Yang
@Jonathan: I patched CASSANDRA 2530 on this version, and tested it for our financial related case. It really improved a lot on disk consumption, using only 20% of original space for financing-related data storage. The performance is better than MySQL and also it consumes only 1x more than

How can I patch a single issue

2011-08-18 Thread Yi Yang
Hi I'm trying to test a single issue: https://issues.apache.org/jira/browse/CASSANDRA-674 But when I downloaded the patch file I can't find the correct trunk to patch... Anyone can help me with it? Thanks Steve

Re: Cassandra for numerical data set

2011-08-16 Thread Yi Yang
:44 PM, Yi Yang wrote: Dear all, I wanna report my use case, and have a discussion with you guys. I'm currently working on my second Cassandra project. I got into somehow a unique use case: storing traditional, relational data set into Cassandra datastore, it's a dataset of int

Re: Cassandra adding 500K + Super Column Family

2011-08-16 Thread Yi Yang
Sounds like it's a similar case as mine. The files are definitely, extremely big, 10x space overhead should be a good case if you are just putting values into it. I'm currently testing CASSANDRA-674 and hopes the better SSTable can solve the space overhead problem. Please follow my e-mail

Re: Cassandra for numerical data set

2011-08-16 Thread Yi Yang
BTW, If I'm going to insert a SCF row with ~400 columns and ~50 subcolumns under each column, how often should I do a mutation? per column or per row? On Aug 16, 2011, at 3:24 PM, Yi Yang wrote: Thanks Aaron. 2) I'm doing batch writes to the database (pulling data from multiple

Cassandra for numerical data set

2011-08-15 Thread Yi Yang
Dear all, I wanna report my use case, and have a discussion with you guys. I'm currently working on my second Cassandra project. I got into somehow a unique use case: storing traditional, relational data set into Cassandra datastore, it's a dataset of int and float numbers, no more strings,

Re: column metadata and sstable

2011-08-11 Thread Yi Yang
additional coupling that's not needed . Cheers - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 6 Aug 2011, at 11:58, Yi Yang wrote: Dear all, I'm wondering what's the advantage of assigning column metadata when NOT using

column metadata and sstable

2011-08-05 Thread Yi Yang
Dear all, I'm wondering what's the advantage of assigning column metadata when NOT using secondary indices. I've gone through the SSTable internal and found out it won't do such conversion.Thus I think the only advantage we got via column metadata is a data validation type, am I correct?

Re: Schema Disagreement

2011-08-05 Thread Yi Yang
wrote: I thought the schema disagree problem was already solved in 0.8.1... On possible solution is to decommission the disagree node and rejoin it. On Tue, Aug 2, 2011 at 8:01 AM, Yi Yang yy...@me.com wrote: Dear all, I'm always meeting mp with schema disagree problems while trying

Schema Disagreement

2011-08-01 Thread Yi Yang
Dear all, I'm always meeting mp with schema disagree problems while trying to create a column family like this, using cassandra-cli: create column family sd with column_type = 'Super' and key_validation_class = 'UUIDType' and comparator = 'LongType' and subcomparator =

Re: [RELEASE] 0.8.0

2011-06-08 Thread Yi Yang
Is there anyone willing to upgrade the libcassandra for C++, to support new features in 0.8.0? Or has anyone started to work on it? Thanks On Jun 3, 2011, at 7:36 AM, Eric Evans wrote: I am very pleased to announce the official release of Cassandra 0.8.0. If you haven't been paying