hi i have a huge map object, which comes from the solr query results. map contains around 400-500 key-value pairs
is it a gud way to store the entire map as a value in the column. is there any particular things like column vaue size, i need to take care of or shud i store it in different columns with dynamic column names storing the map object makes task easy. but want know,which way is preferable. thanks, Yeshwanth
