theophanemayaud / video-simili-duplicate-cleaner

https://theophanemayaud.github.io/video-simili-duplicate-cleaner/
GNU General Public License v3.0
51 stars 5 forks source link

Load from cache in batch to see if this improves performance #92

Open theophanemayaud opened 1 year ago

theophanemayaud commented 1 year ago

When implementing use cache only option, it seemed that db access might be a bottleneck, so loading metadata and images from cache in one big SQL request instead of multiple for each video might speed things up a lot !