Related to this, I was wondering how many users are using true JSON
for storing data? (not JSON-like format Voldemort supports, as it
stores things bit different internally).
Reason I am asking this is that I work with Jackson JSON processor,
and I know many use it with other K/V stores (MongoDB, CouchDB), but I
haven't heard from many Voldemort users. I assume this is not
necessarily due to lack of usage, but it would be nice to know, since
K/V store data binding is becoming a very important use domain, and we
want to support it best we can.
-+ Tatu +-
We use json strings for our message clobs at my startup. We migrated
from storing our messages from mysql to voldemort. We use a simple
string, and string storage to give us flexibility for changes.
Tom
> --
> You received this message because you are subscribed to the Google Groups "project-voldemort" group.
> To post to this group, send email to project-...@googlegroups.com.
> To unsubscribe from this group, send email to project-voldem...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/project-voldemort?hl=en.
>
>
--
Tom Chen
Software Architect
GOGII, Inc
t...@gogii.net
650-468-6318
Yeah, I figured this is common, similar to using BLOBs for xml or json.
-+ Tatu +-