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
With large databases I sometimes do the following:
go to the audb cache and delete all table files
rename version folder from previous, e.g. 1.0.0, to new version, e.g. 1.0.1
load new version with audb.load()
I usually do this with bug fixes to avoid having two very similar versions where anyway only one should be used in the cache.
I think it might be useful to provide a upgrade() function that converts version A to version B in a similar way. It could be implemented even smarter by only downloading the tables that actually differ between the versions.
The text was updated successfully, but these errors were encountered:
With large databases I sometimes do the following:
audb
cache and delete all table filesaudb.load()
I usually do this with bug fixes to avoid having two very similar versions where anyway only one should be used in the cache.
I think it might be useful to provide a
upgrade()
function that converts version A to version B in a similar way. It could be implemented even smarter by only downloading the tables that actually differ between the versions.The text was updated successfully, but these errors were encountered: