Can we store java objects and images/files in cassandra

2011-07-27 Thread CASSANDRA learner
Hi, Can we store images , java objects, files in cassandra, if so , how Please let me know this as i need it urgently...

Re: Can we store java objects and images/files in cassandra

2011-07-27 Thread Oliver Dungey
You can store anything you like in Cassandra. The type of data is not relevant as there are no types in Cassandra, they all get stored as byte arrays. The only relevant limit is a column value cannot exceed 2GB (see http://wiki.apache.org/cassandra/CassandraLimitations). In terms of how: you just

Re: Can we store java objects and images/files in cassandra

2011-07-27 Thread CASSANDRA learner
Thanks for the response Oliver, Can you please let me know where can i find an example for storing images and files. I could not able to find one in tht link. Please let me know On Wed, Jul 27, 2011 at 1:48 PM, Oliver Dungey oliver.dun...@gmail.comwrote: You can store anything you like in

Re: Can we store java objects and images/files in cassandra

2011-07-27 Thread mcasandra
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