database_blob_max_size
which will set threshold for object to chunk and store in C*. Larger objects will be stored on blob store. Current limit is 128K, but it isn't hard to fix that and support larger blobs. See https://github.com/elasticinbox/elasticinbox/wiki/Blob-Storage#hybrid-storageI was wondering if there was a reason this project did not elect to store messages as chunked objects in Cassandra instead of an outside object storage provider? We have implemented chunked object storage on top of Cassandra internally for a project, and I know the
Astyanax client from Netflix has built in chunking, so it seems that it's not that difficult to do. Would it be possible to request that an option for blob storage be a chunked object store directly in the Cassandra cluster? I would love to see the requirement for an external storage platform be optional and do everything from one storage mechanism.
--
You received this message because you are subscribed to the Google Groups "ElasticInbox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticinbox...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.