I vaguely remember that I saw this somewhere. Is it possible to store a Map (Not a large Map) instead of Bins for a Key? I also remember that there is no size limit to it?
My usecase is to store a record with 30-40 key value pairs. The keys are more than 14 character limits.
Basically I would want to create a Map and do client.put(policy, map)
I might also write a UDF to filter and return only couple of keys from my map.