Im not sure if I have an answer for you, anyway, but I'm curious.... A b-tree and a binary tree are not the same thing. A binary tree is a basic fundamental data structure, A b-tree is an approach to storing and indexing data on disc for a database.
Which do you mean? On Wed, Jul 20, 2011 at 4:30 PM, Eldad Yamin <elda...@gmail.com> wrote: > Hello, > Is there any good way of storing a binary-tree in Cassandra? > I wonder if someone already implement something like that and how > accomplished that without transaction supports (while the tree keep > evolving)? > > I'm asking that becouse I want to save geospatial-data, and SimpleGeo did > it using b-tree: > http://www.readwriteweb.com/cloud/2011/02/video-simplegeo-cassandra.php > > Thanks! > -- It's always darkest just before you are eaten by a grue.