Anand,

A content type is a cue as to what kind of data you're storing in Riak. The 
concept is based on Internet media types [1]. The cue may or may not be 
important to your application to figure out what to do with the data. It's also 
important for certain Riak features like Riak Search, where you can 
automatically index data based on it's content type (XML, JSON, etc.). If all 
you're storing is plain text, you might as well ignore it and store everything 
as application/octet-stream, but on the other hand, it doesn't hurt to just 
specify text/plain and have it properly marked as what kind of data it is.

Cheers, Mathias
http://riakhandbook.com

[1] https://en.wikipedia.org/wiki/Internet_media_type 




On Monday, 25. June 2012 at 09:32, Anand Hegde wrote:

> What is content_type and why do I need to bother about this when storing a 
> blob of text? 
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com (mailto:riak-users@lists.basho.com)
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com




_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to