|
|
|
|
|
by cpa
130 days ago
|
|
The big reason is that H3 is data independant. You put your data in predefined bins and then join on them, whereas kd/r trees depend on the data and building the trees may become prohibitive or very hard (especially in distributed systems). |
|
Updating an R-tree is log(n) just like any other index.