mactrem / com-tiles

Streamable and read optimized file archive for hosting map tiles at global scale on a cloud object storage
MIT License
94 stars 12 forks source link

Index redesign #14

Open mactrem opened 1 year ago

mactrem commented 1 year ago

The following primary requirements must be taken into consideration in the design of the index: • Minimize the transferred amount of data and the number of requests to reduce costs and latency • Every tile in the archive can be requested with at most one additional request • Fast decoding of the index

As a case study evaluate the following approaches which have been already described on the spec page