Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall authored Nov 4, 2024
1 parent 2c0043b commit 03fdf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SPATIAL_BTREE.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The Spatial B-tree leaves the order of the items up to you.
This means the quality and performance of searching the tree can vary greatly
by the how this ordering is managed.

For example, let's say you want to store geospatial points where each points
For example, let's say you want to store geospatial points where each point
is a tuple that contains at least three fields (id,lat,lon). In a standard
B-tree you could order on 'id', but this may lead to subpar performance because
the 'id' may not necessarily correspond with the (lat,lon). This will
Expand Down

0 comments on commit 03fdf03

Please sign in to comment.