-
Notifications
You must be signed in to change notification settings - Fork 9
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
add postgres prebuilds #445
Comments
I've used this in the past for exporting & importing databases, and I run an automated dump every night for backup. Anything you're planning to implement here? |
The plan is to...
If you're interested in sharing the lab's calculation results with others, we can eventually add some warren lab data to the prebuilds too |
I'm not sure if this will be faster or slower than the |
It takes 4-12 hours to grab all the data for postgres when loading all archives, in my experience. I presume the bottleneck is that the cdn is rate limited. I believe our database with all matproj, jarvis, cod, + oqmd is 4 GB for reference. Not sure how it compares to the original data that is stored at the cdn. |
Downloading from the CDN is actually really quick and only takes a few minutes with UNC's crazy internet speeds. The slow part is then taking that CSV data and then saving it your postgres database. Right now, thebottleneck is recalculating the MatProj hull energies for all systems, so I need to cache these. Once cached, I bet the
you can look at the files in |
Describe the desired feature
just like how sqlite3 has prebuilds, we can do the same with postgres dump files:
https://www.postgresql.org/docs/8.1/backup.html
Additional context
No response
To-do items
No response
The text was updated successfully, but these errors were encountered: