(no title)
cpa
|
23 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).
mgaunard|23 days ago
Updating an R-tree is log(n) just like any other index.
vouwfietsman|23 days ago
This is all speculation, but intuitively your criticism makes sense.
Also, mapping 147k cities to countries should not take 16 workers and 1TB of memory, I think the example in the article is not a realistic workload.
cpa|23 days ago
Not rocket science but different tradeoffs, that’s what engineering is all about.
rockinghigh|22 days ago