Re: Binary object storage in Cassandra

2011-02-15 Thread Tyler Hobbs
http://wiki.apache.org/cassandra/FAQ#large_file_and_blob_storage Retrieval should be the same as the examples in the pycassa tutorial . -- Tyler Hobbs Software Engineer, DataStax Maintainer of the pycassa

Binary object storage in Cassandra

2011-02-15 Thread A J
Hello Is it possible to store binary objects (images, pdfs, videos etc) in Cassandra. The size of my images are less than 100MB. If so, how do I try inserting and retrieving a few files from cassandra ? Would prefer if someone can give examples using pycassa. Thanks ! AJ