Wrong explanation in FlatGeobuf Spatial Index #100
mrmichaelf
started this conversation in
General
Replies: 1 comment 2 replies
-
FlatGeobuf's spatial index is always sorted on the geometries' hilbert value, so it doesn't matter what order the geometries are when passed into the FlatGeobuf writer. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It' written:
"This Crunchy Data blog post has helpful examples for why sorting input is important."
The blog post says:
"Pre-ordering your rows randomly will result in a more balanced tree and measurable improvements in query performance."
Beta Was this translation helpful? Give feedback.
All reactions