Efficient way to store a JSON string in a Cassandra column?
问题 Cassandra newbie question. I'm collecting some data from a social networking site using REST calls. So I end up with the data coming back in JSON format. The JSON is only one of the columns in my table. I'm trying to figure out what the "best practice" is for storing the JSON string. First I thought of using the map type, but the JSON contains a mix of strings, numerical types, etc. It doesn't seem like I can declare wildcard types for the map key/value. The JSON string can be quite large,