Ticket #1910 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

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: trunk
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

node_size.patch Download (3.8 KB) - added by pramsey 11 months ago.

Change History

Changed 11 months ago by pramsey

Changed 11 months ago by pramsey

  • owner changed from postgis-devel@… to pramsey

Changed 11 months ago by robe

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

Changed 11 months ago by pramsey

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.

Changed 11 months ago by pramsey

  • status changed from new to closed
  • resolution set to fixed

Committed at r10046

Note: See TracTickets for help on using tickets.