Opened 13 years ago
Closed 13 years ago
#1910 closed defect (fixed)
Node size in circ trees is fixed at 2
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 2.1.0 |
Component: | liblwgeom | Version: | master |
Keywords: | Cc: |
Description ¶
The circ tree code models after the old rtree code and does pair-wise node merging. There's no reason the nodes can't pack a little more inside them, it will make them shallower to traverse and cheaper to build.
Change History (5)
by , 13 years ago
Attachment: | node_size.patch added |
---|
comment:1 by , 13 years ago
Owner: | changed from | to
---|
comment:2 by , 13 years ago
comment:3 by , 13 years ago
I'd like the fellow who's been funding my circtree work to try it on his data set before I put it in. The current code has been tested and passes all tests, so I don't want to accidentally downgrade it.
Note:
See TracTickets
for help on using tickets.
Why aren't you just committing this. Are you looking for input from Mark or strk?