-
Notifications
You must be signed in to change notification settings - Fork 46
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
Load CSV to Postgres very slow #87
Comments
I think the issue is with option
Is it possible to remove |
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Sorry being late on this. An |
When loading CSV file to Postgres, it seems that the stream of the file limits the number of records being inserted into the PG table each time.
the code:
On Postgresql side, the following statement is executed multiple times and each time to insert small number of records:
This is for V3 only, I don't have the issue with V2. Is there any settings for Postgresql only?
The text was updated successfully, but these errors were encountered: