Changes between Version 7 and Version 8 of DataStorageEN


Ignore:
Timestamp:
Jan 5, 2011, 2:14:04 AM (13 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DataStorageEN

    v7 v8  
    1616''available since '''V0.16-1'''''
    1717
    18 '''What is this good for ?'''
     18'''What is this good for ?'''[[br]]
    1919As mentioned earlier in this thread and also in a related Mappero thread, tile take up more space than expected because each tile, even if only 500B in size, takes a whole 64kB cluster.
    2020When using sqlite for tile storage, there are basically just 2 files per layer, not the usual tens of thousands of files and folders.
    2121
    22 '''How to enable sqlite tile storage ?'''
     22'''How to enable sqlite tile storage ?'''[[br]]
    2323Go to '''options'''->'''map''' and switch '''tile storage''' from '''files''' to '''sqlite'''.
    2424
    25 '''Is it stable ?'''
     25'''Is it stable ?'''[[br]]
    2626It seems to work OK for both normal automatic tile download (including overlay) and batch download. But some errors can still can show up, so please report any unusual behavior when using this ! :)
    2727
    28 '''What about the 4GB maximum file size limit on FAT32 ?'''
     28'''What about the 4GB maximum file size limit on FAT32 ?'''[[br]]
    2929When a size of the storage database reaches 3.7 GB, a new one is added. The is no limit on the number of storage databases.
    3030
    31 '''How does it work ?'''
     31'''How does it work ?'''[[br]]
    3232The tiles are stored in a sqlite database as blobs. There are two types of database files, [I]lookup.sqlite[/I] and [I]store.sqlite[/I]. The lookup file stores an database that indicates in which store the requested tile is. The store file has the actual data. Multiple stores should be numbered in ascending order, starting from 0:
    3333{{{