-
Notifications
You must be signed in to change notification settings - Fork 44
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
"value too large" #54
Comments
Since I don't use psql directly: @peiyaoli Could you comment on this? I'm assuming you manually created the database schema and did not use BIGINT? Alternatively, you could use this notebook from Python: https://github.com/AmsterdamUMC/AmsterdamUMCdb/blob/master/setup-amsterdamumcdb/setup-amsterdamumc.ipynb. That should not return that error. |
Thank you very much, I’ll try it.
从 Windows 版邮件发送
发件人: Patrick Thoral
发送时间: 2022年1月18日 5:05
收件人: AmsterdamUMC/AmsterdamUMCdb
抄送: demon9514753; Author
主题: Re: [AmsterdamUMC/AmsterdamUMCdb] "value too large" (Issue #54)
Since I don't use psql directly: @peiyaoli Could you comment on this? I'm assuming you manually created the database schema and did not use BIGINT?
Alternatively, you could use this notebook from Python: https://github.com/AmsterdamUMC/AmsterdamUMCdb/blob/master/setup-amsterdamumcdb/setup-amsterdamumc.ipynb. That should not return that error.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I doubt it might have something to do with the RAM. |
@demon9514753 Were you able to fix this? |
I have fixed it. The problem that “unable to extract files status: value too large" is because of a relatively small RAM. But it could be handled through compression by 7Z. Then the two csv files (listitems.csv 2.7G, numericitems.csv 78G) became smaller as 7z files (listitems.7z 0.16G, numericitems.7z 5.2G). |
I using postgreSQL to install UMCdb, when it copy "listitems.csv" and "numericitems.csv", the softwaer prompts error message: "psql:postgres-load-data-csv.sql:16: error: unable to extract files "listitems.csv" status: value too large" and "psql:postgres-load-data-csv.sql:18: error: unable to extract files "numericitems.csv" status: value too large".
What's wrong about it? What can I do to solve these problems?
Thank you !
The text was updated successfully, but these errors were encountered: