-
Notifications
You must be signed in to change notification settings - Fork 0
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
Set up a database at CSD3 #2
Comments
After some discussion, we think that the PostgresSQL database to be set up at the ARCAS cloud system does not need to see the data directly. Jim: I’m not sure that the db itself needs to be able to access the files on disk. The LSST software that queries the db does certainly. |
Jim reminded us we should try to use Postgresql 16 to match the version Rubin is using |
dropping some notes here One extension is needed: Once set up, we run nightly pgdumps to backup to database contents. We slightly update the postgres configuration at NERSC on Rancher2 using a ConfigMap, these settings may be too conservative given the resources we may have available here, but just noting what we have for now:
|
According to George Beckett:
CSD3 recommend we set up a PostgreSQL database in a service call ARCAS: this is a cloud platform that sits next to CSD3 (I think it is in the same racks). The only limitation they note is that ARCAS VMs cannot mount the (Lustre) work file system of CSD3. I'm assuming this isn't an issue for our case?
Another option, which we have used when running on CSD3, is to use an SQLite database, though this may/ may not be capable enough for what you have planned.
10:17
Assuming the ARCAS platform sounds suitable, could you let me know roughly what specs we would need for the database (number of cores, memory, and disk space).
The text was updated successfully, but these errors were encountered: