[mapserver-users] Large Shape File Performance: Testers wanted!
Paul Ramsey
pramsey at cleverelephant.ca
Mon Apr 21 10:32:24 PDT 2008
I'm looking for folks comfortable with patching and compiling to test
out a couple speed improvements in shape file access. Please leave
your comments on the ticket, thanks :)
Two performance patches at: http://trac.osgeo.org/mapserver/ticket/2282
Summary:
Performance patches radically improved the selective case and
left the un-selective case in reasonable shape.
Definitions of tests:
o Indexed: Render 20 features of 1.8M, using an index scan to only
pull the features needed from the SHP file. Tests the selective
data access case.
o Unindexed: Render 20 features of 1.8M, using no index. Forces
bounds from every feature to be read. Tests the un-selective
data access case
Mapserver 5.0
Indexed: 164ms
Unindexed: 990ms
Mapserver SVN + SHX Patch
Indexed: 48ms
Unindexed: 1015ms
Mapserver SVN + Bitmap Patch
Indexed: 143ms
Unindexed: 975ms
Mapserver SVN + Bitmap Patch + SVN Patch
Indexed: 28ms
Unindexed: 991ms
More information about the MapServer-users
mailing list