Opened 12 years ago

Closed 12 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.

Attachments (1)

node_size.patch (3.8 KB ) - added by pramsey 12 years ago.

Download all attachments as: .zip

Change History (5)

by pramsey, 12 years ago

Attachment: node_size.patch added

comment:1 by pramsey, 12 years ago

Owner: changed from postgis-devel@… to pramsey

comment:2 by robe, 12 years ago

Why aren't you just committing this. Are you looking for input from Mark or strk?

comment:3 by pramsey, 12 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.

comment:4 by pramsey, 12 years ago

Resolution: fixed
Status: newclosed

Committed at r10046

Note: See TracTickets for help on using tickets.