CASSANDRA learner wrote:
> 
> Hi,
> 
> Can we store images , java objects, files in cassandra, if so , how....
> Please let me know this as i need it urgently...
> 

Look at  http://goo.gl/S2E3C http://goo.gl/S2E3C 

It really depends on your workload. With heavy workloads cassandra is not
the right solution to store images and other large objects. You will get hit
by compactions taking longer, slow reads, disk space wastage since currently
you need 50% of unused disk space. But if you have low throughput
requirements then you can probably go with Cassandra. It's best to run some
stress test with bigger column size and projected traffic for next several
years.

--
View this message in context: 
http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Can-we-store-java-objects-and-images-files-in-cassandra-tp6625130p6626986.html
Sent from the cassandra-u...@incubator.apache.org mailing list archive at 
Nabble.com.

Reply via email to