bq. storing the map object makes task easy.
The above makes write(s) easy. But when you query, do you always need all
the key-value pairs in this map object ?
Cheers
On Wed, Sep 17, 2014 at 1:38 PM, yeshwanth kumar <yeshwanth43@gmail.com>
wrote:
> 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
>
|