Hi,
I was wondering if hbase is a good fit for the following - storing
arbitrary key/values tagged with a single identifier, eg:
"8904830324": {
"url":"...",
"stat":"...",
...
}
When I say arbitrary I mean across deployments. So while each deployment
will have different sets of keys, tags within that deployment will tend
to reuse same keys, hence there is an option to index via keys (eg find
all tags where stat=1 above). It's similar I guess to what memcached-tag
[1] does, but needs to be persisted.
Any thoughts?
Bill
[1] http://code.google.com/p/memcached-tag/wiki/MemcacheTagIntroduction