Changes between Version 6 and Version 7 of Server Tuning
- Timestamp:
- 06/30/10 06:25:13 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Server Tuning
v6 v7 4 4 * Be sure to have a spatial index on your geometry/geography datas 5 5 * Put index on each column who could be used frequently as a filter 6 7 ---- 6 8 7 9 == HTTP Gzip compression == … … 11 13 AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/json 12 14 }}} 15 16 ---- 13 17 14 18 == Fast-CGI ==