I am looking to get a couple of answers on the schema of the Slurm accounting database answered; I have searched the Slurm documentation for a database schema diagram to no avail, and also found nothing in Bugzilla. I am wanting to put together a report off the accounting db, and would find a table relationship diagram helpful, and also need to understand the format of date columns in the database (I see it's an unsigned 10-char INT field, but how to convert that to an external date format?) Thanks.
SLURM_VERSION = 16.05.4
Unfortunately there are no diagrams of the database available to download, though they can be generated using tools like mysql workbench: https://database.guide/how-to-reverse-engineer-a-database-in-mysql-workbench/ Slurm stores dates in unix time format: https://en.wikipedia.org/wiki/Unix_time
Information provided. Closing ticket.