audeering / audb

Manage audio and video databases
https://audeering.github.io/audb/
Other
23 stars 1 forks source link

Include cache handling in documentation on audb load process #439

Open hagenw opened 3 weeks ago

hagenw commented 3 weeks ago

At https://audeering.github.io/audb/overview.html#load we discuss the single steps performed when a database is loaded:

image

But as pointed out correctly at https://github.com/audeering/audb/pull/434#discussion_r1657050708, when the identical media file or table exists already in the cache of another version of the database, it is copied from there instead of downloaded from the server. This is a minor detail, but can save a lot of bandwidth as most of the media files tend not to change between versions of a database.

Would be nice to find a way to integrate it to the figure (or at least inot the text) without making it a lot more complicated.