> Which would lead to the storage engine storing rows similar to this (AFAIK):
>
> 8b2c0b60-977a-11e2-99c2-c8bcc8dc5d1d
> - basic_info:propertyset_val = { firstName:"john", lastName:"smith", ...}
> - contact_info:propertyset_val = { address: {streetAddr:"1 infinite loop",
> postalCode: ""}, ... }
Hi,
I'm currently designing a backend service that would store user profile
information for different applications. Most of the properties in a user
profile would be unknown to the service and specified by the applications
using the service, so the properties would need to be added dynamically.
I