On Fri, Jun 3, 2016 at 10:43 AM, Abhinav Solan <abhinav.so...@gmail.com>
wrote:

> Should we store these inconsequential data as blob or JSON in one column
> or create separate columns for them, which one should be the preferred way
> here ?


A blob will be more compact and require less server and driver resources
for serialization and deserialization.  Since you don't need to update
anything in the blob individually, I recommend going with that.


-- 
Tyler Hobbs
DataStax <http://datastax.com/>

Reply via email to