You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm not sure if it's able to retrieve the tree structure for further modification.
For example, I may want to build a rtree using the current wrapper, then
add an extra aggregate count attribute in each node (from leaf to root).
But is there any way to retrieve the internal nodes (which maintain the tree structure)?
In addition, when I want to control the leaf size using leaf_capacity and fill_factor, why every leaf node turn out to be the minimum size (i.e., 5000 here)? Did I miss anything?
The text was updated successfully, but these errors were encountered:
cloudray8580
changed the title
How to get the tree structure. How to get all the leaf MBRs
How to control the minimum leaf size
May 12, 2020
cloudray8580
changed the title
How to control the minimum leaf size
Is there a way to retrieve the tree structure for further modification?
May 12, 2020
Hi, I'm not sure if it's able to retrieve the tree structure for further modification.
For example, I may want to build a rtree using the current wrapper, then
add an extra aggregate count attribute in each node (from leaf to root).
But is there any way to retrieve the internal nodes (which maintain the tree structure)?
In addition, when I want to control the leaf size using leaf_capacity and fill_factor, why every leaf node turn out to be the minimum size (i.e., 5000 here)? Did I miss anything?
The text was updated successfully, but these errors were encountered: