we want to maintain a radix tree in god db. is it possible?
rather than putting it as a sub-tree under a node, we want to use the internal radix tree of god. so we just insert key/value into god and god maintains the radix tree for us. also prefix based search is desired.