cityjson / cjdb

cjdb is a tool enabling CityJSON integration with a PostgreSQL database
https://cityjson.github.io/cjdb/
MIT License
11 stars 2 forks source link

Ft/add skip post import functions #38

Open pcace opened 7 months ago

pcace commented 7 months ago

uploading lots of jsonl files (100.000+ files) makes the process extremely slow because of the post_import queries. to prevent it, this PR adds -S or --skip-post-import to completely skip the post_import functionality.

fixes https://github.com/cityjson/cjdb/issues/37