--fast Try to go faster, by deleting indices and constraints while
importing. PostgreSQL only. This can be really slower if your
databases overlapped a lot.
--help Show this message and exit.
```
...
...
@@ -14,4 +22,6 @@ The `MERGED_DB` will be merged into `MAIN_DB`.
It requires python >= 3.6 and [click](https://click.palletsprojects.com/en/7.x/)
If you need to import into PostgreSQL, you need to have [psycopg2](https://www.psycopg.org/). Having [pgcopy](https://github.com/altaurog/pgcopy) is faster when a lot of rows are in the `files` table.
help="Try to go faster, by deleting indices and removing WAL while importing. PostgreSQL only.",
help="Try to go faster, by deleting indices and constraints while importing. PostgreSQL only. This can be really slower if your databases overlapped a lot.",