You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to memcachedb
Does memcachedb provide any new API's for examining data in the
storage, to find child/parent/leaf relationships of data sets? It may
be a bit premature, but I'm wondering if its possible to query
something like a binary tree thats living inside of memcachedb space?
Clint Byrum
unread,
Oct 1, 2008, 12:54:02 PM10/1/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to memca...@googlegroups.com
Umm... that sounds like a bad idea. ;)
You could of course store it all with indices as individual keys in the db.. but really.. memcachedb is for key->value lookups.. nothing more. Complex, related data is not its strong suit.