diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-04-19 13:27:49 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-04-23 12:09:24 +0200 |
commit | e5e8a6548ef156b785aae1b8a37fe71f26146061 (patch) | |
tree | ff774b2dbccb133f0f75d4731de9e302dfcc59bf /administrative-codes | |
parent | c33799f69e7eb42cb0ab4735c7e878d74faca16a (diff) |
webmap-import: Add a cache layer and store the source file's last modification time.
That way we can avoid the expensive unpack+import when the source
file(s) have not been updated since the last run. The check can be
bypassed with a new flag `--force`.
We use a sequence for the FID:s (primary key) and a UNIQUE constraint on
triplets (source_path, archive_member, layername) as GDAL doesn't
support multicolumns primary keys.
To avoid races between the stat(2) calls, gdal.OpenEx() and updates via
`webmap-download` runs we place a shared lock on the downloaded files.
One could resort to some tricks to eliminate the race between the first
two, but there is also some value in having consistency during the
entire execution of the script (a single source file can be used by
multiple layers for instance, and it makes sense to use the very same
file for all layers in that case).
We also intersperse dso.FlushCache() calls between _importSource() calls
in order to force the PG driver to call EndCopy() to detect errors and
trigger a rollback when _importSource() fails.
Diffstat (limited to 'administrative-codes')
0 files changed, 0 insertions, 0 deletions