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 wrote: > 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 Date: Mon, 10 Oct 2011 10:03:26 To: Reply-To: user@cassandra.apache.org Subject: Re: eb

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 Date: Fri, 7 Oct 2011 09:02:06

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 Date: Wed, 5 Oct 2011 10:33:21 To: user Reply-To: user@cassandra.apache.org Subject: Why is mutation stage increasing ?? Hello, I have my 3-node, RF=3 c

Re: EC2 raid0 disks ?

2011-10-04 Thread Yi Yang
AFAIK it's around 450G per ephemeral disk. BTW randomly you can get high performance EBS drives as well. Performance are good for DB but are random in IOps. --Original Message-- From: Yang To: user@cassandra.apache.org ReplyTo: user@cassandra.apache.org Subject: EC2 raid0 disks ? Sent: Oct

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. 從我的 Bla

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 : > 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 use

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: user@cassandra.apache

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 Date: Thu, 29 Sep 2011 15:23:29 To: Reply-To: user@cassandra.apache.org Subject: create super column family for I am trying

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 Date: Thu, 29 Sep 2011 16:26:05 To: Reply-To: user@cassandr

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 My

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: > https://github.com/stuhood/cassandra/tree/file-format-and-

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
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

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 t

Re: Cassandra for numerical data set

2011-08-16 Thread Yi Yang
rote: >> > > Hope that helps. > > > - > Aaron Morton > Freelance Cassandra Developer > @aaronmorton > http://www.thelastpickle.com > > On 16/08/2011, at 12:44 PM, Yi Yang wrote: > >> Dear all, >> >> I wanna report my use

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, n

Re: column metadata and sstable

2011-08-11 Thread Yi Yang
eed the information it feels a > little like 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 w

Re: Schema Disagreement

2011-08-05 Thread Yi Yang
;> Cheers >> >> - >> Aaron Morton >> Freelance Cassandra Developer >> @aaronmorton >> http://www.thelastpickle.com >> >> On 2 Aug 2011, at 12:08, Dikang Gu wrote: >> >>> I thought the schema disagree problem was already so

Re: Schema Disagreement

2011-08-05 Thread Yi Yang
http://www.thelastpickle.com >> On 2 Aug 2011, at 21:19, aaron morton wrote: >> >> What do you see when you run describe cluster; in the cassandra-cli ? Whats >> the exact error you get and is there anything in the server side logs ? >> Have you added other CF's

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?

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 = 'UTF8Type

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 a