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

DB Schema improvements to aid merging data across instances #854

Open
bpkroth opened this issue Aug 23, 2024 · 0 comments
Open

DB Schema improvements to aid merging data across instances #854

bpkroth opened this issue Aug 23, 2024 · 0 comments

Comments

@bpkroth
Copy link
Contributor

bpkroth commented Aug 23, 2024

Merging data between storage backends is a little problematic atm due to the fact that the primary keys can overlap.

For instance,

Rather than using config_id (an autoincrement int that's specific to an instance) in config_param, trial, etc. tables, we could use config_hash which should be more unique across instances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant