MLOS icon indicating copy to clipboard operation
MLOS copied to clipboard

DB Schema improvements to aid merging data across instances

Open bpkroth opened this issue 1 year ago • 0 comments
trafficstars

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.

bpkroth avatar Aug 23 '24 21:08 bpkroth