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 rig
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 wrote:
> You can store anything you like in Cassandra. The type of data
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