Re: Storing PDF data on Cassandra db

2015-01-15 Thread Eric Stevens
- > Kimden: Jonathan Haddad > Gönderme tarihi: ‎13.‎1.‎2015 16:26 > Kime: user@cassandra.apache.org > Konu: Re: Storing PDF data on Cassandra db > > For a new user, there's no point in learning Thrift if that user intends > on upgrading pas

YNT: Storing PDF data on Cassandra db

2015-01-14 Thread DENIZ
onu: Re: Storing PDF data on Cassandra db For a new user, there's no point in learning Thrift if that user intends on upgrading past the version that they start with. Thrift is a deprecated protocol and there's no new functionality going into it. In 3.0 the sstable format is being u

Re: Storing PDF data on Cassandra db

2015-01-13 Thread Jonathan Haddad
For a new user, there's no point in learning Thrift if that user intends on upgrading past the version that they start with. Thrift is a deprecated protocol and there's no new functionality going into it. In 3.0 the sstable format is being upgraded to work primarily with native CQL partitions / r

Re: Storing PDF data on Cassandra db

2015-01-13 Thread Peter Lin
you want to store the raw bytes, so look at examples for saving raw bytes. I generally recommend using Thrift if you're going to do a lot of read/write of binary data. CQL is good for primitive types, and maps/lists of primitive types. I'm bias, but it's simpler and easier to use thrift for storin

Storing PDF data on Cassandra db

2015-01-13 Thread DENIZ
Hi All, I want to store PDF documents on Cassandra db.What is the best way to store this type of data on Cassandra.How can I insert and select PDF file to the database.If possible can you explain with sample CQL statements Thanks in Advance Nil