Re: Secondary index data gone after restart (1.1.1)

2012-06-26 Thread Fei Shan
Hi please refer JDK nio package's ByteBuffer, I don't think that ByteBuffer can be cast from the BigInteger directly, it seems you need make some conversion before put it into a ByteBuffer. Thanks Fei On Tue, Jun 26, 2012 at 12:07 AM, Ivo Meißner i...@overtronic.com wrote: Hi, I am

Re: store large String as col value

2012-06-20 Thread Fei Shan
why not just store the URL of pic / video, just like the RDBMS did, cassandra is merely a distributed database from some kind point of view. it is more like a schema design issue. Any video or pic should not be put into the DB especially big data table DB as raw binary format. and did this kind of