[postgis-devel] Re: geometry stats
strk
strk at keybit.net
Thu Mar 4 11:21:42 PST 2004
I wrote a test script for the estimation routine.
It divides the whole table extent into query cells
and queries the db. This is done with boxesPerSide
going from 1 to 40.
So the first level will make a single query,
the second level will make 4 queries, then 16 ... up to 40*40.
I send it as an attachment here, so I hope we can have a better
look at what it's going on.
--strk;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test_estimation.pl
Type: application/x-perl
Size: 3480 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20040304/f2d95b79/attachment.bin>
More information about the postgis-devel
mailing list