Generate multiple parallelizable SQL files (#839)

Generate multiple SQL files to be imported in parallel.
The files will respect the cross-layer dependencies,
so they can be all ingested at the same time.
This commit is contained in:
Yuri Astrakhan
2020-05-18 14:26:51 -04:00
committed by GitHub
parent d8095e8ee9
commit e12f09ae57
3 changed files with 4 additions and 4 deletions

View File

@@ -201,7 +201,7 @@ make clean
echo " "
echo "-------------------------------------------------------------------------------------"
echo "====> : Code generating from the layer definitions ( ./build/mapping.yaml; ./build/tileset.sql )"
echo "====> : Code generating from the layer definitions ( ./build/mapping.yaml; ./build/sql/* )"
echo " : The tool source code: https://github.com/openmaptiles/openmaptiles-tools "
echo " : But we generate the tm2source, Imposm mappings and SQL functions from the layer definitions! "
make all