All, I find myself considering storing serialized python dicts in Cassandra. I'd like to store fairly complex, nested dicts, and it's just easier to do this rather than work out a lot of super columns / columns etc.
Do others find themselves storing serialized data structures in Cassandra or is this generally a sign of doing something wrong? Thanks in advance! Ian