systemed / tilemaker

Make OpenStreetMap vector tiles without the stack
https://tilemaker.org/
Other
1.44k stars 229 forks source link

mbtiles: only create 1 unique index on tiles #600

Closed cldellow closed 9 months ago

cldellow commented 9 months ago

Before:

After:

This reduces the mbtiles file by 0.5% and processing time by perhaps 0.3%, although it's quite noisy.

Creating the index at the start, rather than at the end, seemed to be fastest.

cldellow commented 9 months ago

Closing to re-open against master.