Open pcace opened 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
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