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.
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
Hi,
Can we store images , java objects, files in cassandra, if so , how
Please let me know this as i need it urgently...