Re: Blob or columns

2016-06-03 Thread Tyler Hobbs
On Fri, Jun 3, 2016 at 10:43 AM, Abhinav Solan 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 ser

Blob or columns

2016-06-03 Thread Abhinav Solan
Hi Everyone, We have a unique situation at my workplace while storing data. We are using Cassandra as a write through cache where we keep real time data in Cassandra for around 10 - 20 days and rest we archive it to another data store as archived data. The current data which we are going to store