Hi Jeffery,
I meant for binary tree. go an watch the video (in my first email), it will
give you a better understanding.

Eldad

On Wed, Jul 20, 2011 at 11:33 PM, Jeffrey Kesselman <jef...@gmail.com>wrote:

> 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.
>

Reply via email to