You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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) inconfig_param
,trial
, etc. tables, we could useconfig_hash
which should be more unique across instances.The text was updated successfully, but these errors were encountered: