Changes between Version 1 and Version 2 of MapGuideRfc112
- Timestamp:
- 05/06/11 23:39:42 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc112
v1 v2 25 25 The file base tile cache can be problematic for backup or copying due to the massive number of files and directories.[[BR]] 26 26 27 A single sqlite db file per tile cache solves this problem. [[BR]]27 A single sqlite db file per layer, per tile cache solves this problem. [[BR]] 28 28 29 29 Generating tiles is currently done using a rather brute force approach, by storing[[BR]] 30 30 tiles in a database, it can be queried for existing tiles and only missing tiles[[BR]] 31 31 can be requested. 32 33 Using a sqlite database will use less disk space than a disk based tile cache. 32 34 33 35 == Proposed Solution ==