From: Regina Obe Date: Wed, 2 Jan 2013 12:24:24 +0000 (+0000) Subject: give anchor friendly ids for chapter and sections (so if we shuffle in future anchor... X-Git-Tag: 2.1.0beta2~254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=044481d43fe7486fe9a57423adce732d8d869c1f;p=postgis give anchor friendly ids for chapter and sections (so if we shuffle in future anchor doesn't change) git-svn-id: http://svn.osgeo.org/postgis/trunk@10952 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/performance_tips.xml b/doc/performance_tips.xml index c5ca4a8ad..730c1876f 100644 --- a/doc/performance_tips.xml +++ b/doc/performance_tips.xml @@ -1,8 +1,8 @@ - + Performance tips - + Small tables of large geometries @@ -76,7 +76,7 @@ WHERE bbox && ST_SetSRID('BOX3D(0 0,1 1)'::box3d,4326); - + CLUSTERing on geometry indices For tables that are mostly read-only, and where a single index is @@ -109,7 +109,7 @@ ALTER TABLE (geometry is not null);" will not work. - + Avoiding dimension conversion Sometimes, you happen to have 3D or 4D data in your table, but @@ -139,7 +139,7 @@ VACUUM FULL ANALYZE mytable; - + Tuning your configuration These tips are taken from Kevin Neufeld's presentation "Tips for the