Re: longtype

2010-05-22 Thread Jonathan Ellis
Please stop sending user questions to the dev list. On Sat, May 22, 2010 at 6:54 AM, huajun qi wrote: > I set the "CompareWith" property to "longtype", but I can not insert data. > It seems that something is wrong with the key. If I use longtype comparison, > what key I should use? int?long? > >

longtype

2010-05-22 Thread huajun qi
I set the "CompareWith" property to "longtype", but I can not insert data. It seems that something is wrong with the key. If I use longtype comparison, what key I should use? int?long? By the way, the language I use is python. -- Location:

Re: super column

2010-05-22 Thread huajun qi
Thank you! Is there a way to store that kind of data?

Re: super column

2010-05-22 Thread Jonathan Ellis
(a) No (b) you should restrict it to < 2GB of data in 0.6 On Sat, May 22, 2010 at 3:55 AM, huajun qi wrote: > Can the value of a column under a super column be a super column? > > For examples: > > sc={ >        name:"name", >        value:{ >            {name:"First Name", value:"John"} >      

super column

2010-05-22 Thread huajun qi
Can the value of a column under a super column be a super column? For examples: sc={ name:"name", value:{ {name:"First Name", value:"John"} {name:"Last Name", value:"LBJ"} } } this is a super column above, can I add a super column below to it's valu