Skip to content
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

Use File Size to Determine Whether To Do csv_import Asynchronously #1229

Merged
merged 1 commit into from
Feb 2, 2018

Conversation

moshthepitt
Copy link
Contributor

Use file size because it represents a better estimate of how long
processing the file would take than simply counting the number of
rows in the csv.

Set default file size threshold at 100kB loosely based on:
https://www.postgresql.org/message-id/4D2F2C71.8080805%40dndg.it

Fix: #1224

Use file size because it represents a better estimate of how long
processing the file would take than simply counting the number of
rows in the csv.

Set default file size threshold at 100kB loosely based on:
https://www.postgresql.org/message-id/4D2F2C71.8080805%40dndg.it
@moshthepitt moshthepitt requested a review from ukanga February 2, 2018 07:14
@ukanga ukanga merged commit 890b941 into master Feb 2, 2018
@ukanga ukanga deleted the issue-1224 branch February 2, 2018 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants