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

Refactor job execution table #928

Closed
dfaller opened this issue Jul 13, 2017 · 0 comments
Closed

Refactor job execution table #928

dfaller opened this issue Jul 13, 2017 · 0 comments

Comments

@dfaller
Copy link
Contributor

dfaller commented Jul 13, 2017

This is a major refactoring effort to split the job_exe table into multiple tables for scalability.

Key changes:

  • job_exe table is being split into multiple tables to improve scalability; job_exe tables will be insert only (no updates)
  • queue table will hold input file meta-data to remove need for command argument refresh and to support future features like providing input file meta-data to jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant