The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
80 views

Isn't DynamoDB, RIAK, and others just Tuplespace?

Well, tuplespace, or more common objectspace, is defined in wikipedia as "a repository of tuples that can be accessed concurrently" or "can be thought of as a virtual repository, shared amongst ...
2
votes
1answer
74 views

PHP Riak in place update

From what I can see, when using Riak to update an object, I first need to load the object into PHP, then edit the object, then store the object back to the Riak database. I was wondering if there is ...