2011/6/2 Teodor Sigaev <teo...@sigaev.ru>

>  Can we figure out some information about index i.e. whet is the height
>> of index tree, how many values are placed in one leaf node and one non
>> leaf level node?
>>
>
> http://www.sigaev.ru/cvsweb/cvsweb.cgi/gevel/


For improving space utilization, When node is splitted, then we have to
assign enteries to two groups. Once, one group is reached some threshod (m)
then, insert the remaining entries into another group.

Can you suggest some way to choose 'm' (beacuse cube store in form of NDBOX
that having variable length) or provide some guide with code?

Thanks

>
> --
> Teodor Sigaev                                   E-mail: teo...@sigaev.ru
>                                                   WWW:
> http://www.sigaev.ru/
>

Reply via email to