-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Trying to fingerprint about 200 000 files. After 15000 files INSERT operation is very slow. #284
Comments
If you don't need to use a database. Then just modify the main code to what you want it to do dejavu/dejavu/logic/fingerprint.py Lines 21 to 156 in e56a4a2
the main logic is in the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all.
I stuck when trying to fingerpint big database of music. Becouse of the billions of indexes generated, INSERT operation take super big amount of time.
In example first 3000 files on emtpy database (i use postgres) been ready in 3 hours. But after 15000 files added another 3000 files takes more than 10 hours, and looks like time will grow exponencialy. Is there any tweaks to hussle with indexes or maybe it is possible to run dejavu without indexes?
Cheers
Denis
The text was updated successfully, but these errors were encountered: