AT: extract the archive rather than read the GeoPackage inside it - #238
Open
ivorbosloper wants to merge 1 commit into
Open
AT: extract the archive rather than read the GeoPackage inside it#238ivorbosloper wants to merge 1 commit into
ivorbosloper wants to merge 1 commit into
Conversation
This was referenced Sep 11, 2026
GDAL re-inflates the whole deflate stream on every SQLite seek when a GeoPackage is read through /vsizip. The 2018 edition read 85 GB out of a 1.7 GB archive in 40 minutes without finishing. Naming the inner file makes vecorel extract the archive once, and the same read then takes 74 seconds and 4.7 GB. Seven editions (2018-2024) are built and published this way. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DVx9uQV2QPM8ecPAY3ZjXG
ivorbosloper
force-pushed
the
split/at
branch
from
September 12, 2026 12:49
ffe1ece to
08e0396
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the
publish-portolansplit (#231-#237).GDAL re-inflates the whole deflate stream on every SQLite seek when a GeoPackage is read through
/vsizip. The 2018 edition read 85 GB out of a 1.7 GB archive in 40 minutes without finishing. Naming the inner file ({url: ["*.gpkg"]}) makes vecorel extract the archive once, and the same read then takes 74 seconds and 4.7 GB.Worth checking in any other converter whose source is a zipped .gpkg.
Seven editions (2018-2024) are built and published this way. Original commit: d15e0d1.
🤖 Generated with Claude Code
https://claude.ai/code/session_01DVx9uQV2QPM8ecPAY3ZjXG