Open kkaefer opened 6 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.
Apart from improving SQLite handling in https://github.com/mapbox/mapbox-gl-native/issues/6334, we can also change the schema of our caching database to be more space-efficient.
tileset
) to avoid duplicating it for every tileexpires
,modified
,accessed
)compressed
,must_revalidate
to one columnid
field fortiles
(although that probably doesn't make sense since SQLite automatically creates arowid
table for every table that is shared with theINTEGER NOT NULL PRIMARY KEY AUTOINCREMENT
.LZFSE
as the compression format