-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PostgreSQL inserts are slow #45
Labels
bug
Something isn't working
Comments
A quick and dirty fix to batch updates... Speeds up init that took over an hour to ~2 minutes. Needs cleaning up, probably updates and deletes should be batched as well.
|
For me, with less than 200k records, it is taking 5-6 hours to initialise. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With a remote PostgreSQL when doing --init-from-db, the initial copy from the main schema to base schema takes very long time.
The text was updated successfully, but these errors were encountered: