dedupe PMTiles #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should compare each archive’s header values:
number of addressed tiles
number of tile entries
number of unique tile contents
If unique contents are already substantially below addressed tiles, deduplication is working. If they are equal, a post-build deduplication stage could yield savings, but it will probably not dramatically reduce detailed vector levels.
The best approach would be a post-build PMTiles deduplication pass that hashes each compressed tile payload, stores identical payloads once, and points matching entries to the same offset. The official PMTiles CLI performs content deduplication by default when converting archives; its --no-deduplication option disables that behavior.