denis-stepanov / advent

Vent intrusive TV ads
GNU General Public License v3.0
14 stars 1 forks source link

Optimize database import #47

Open denis-stepanov opened 2 years ago

denis-stepanov commented 2 years ago

A database of ~100 tracks currently takes a few minutes to import. This is acceptable per se, but probably could be improved. One thing to check is index updates on fingerprints table. If it can be postponed to the end of transaction, it might improve the speed.