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

Split database complete into media and attachment complete? #320

Open
hagenw opened this issue Jul 26, 2023 · 1 comment
Open

Split database complete into media and attachment complete? #320

hagenw opened this issue Jul 26, 2023 · 1 comment
Labels
load question Further information is requested wontfix This will not be worked on

Comments

@hagenw
Copy link
Member

hagenw commented Jul 26, 2023

With the new possibility to load only certain attachments of a database, a database will not be marked as completely loaded in cache when all media files and tables are there, but attachments are missing. This has the downside that audb.load() will scan for missing media files when called again even though all media files are downloaded.

So maybe it would make sense to split up the information if all files are loaded for the different types of files.

@hagenw hagenw added question Further information is requested load labels Jul 26, 2023
@hagenw
Copy link
Member Author

hagenw commented Jun 21, 2024

The same argument holds for loading only a single table, which still contains all files.

I think the implementation overhead is too much, compared to the small gain we would get here.

@hagenw hagenw added the wontfix This will not be worked on label Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
load question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant