fire-eggs / Danbooru2021

Python scripts and tools for working with the Danbooru2022 data set. Note: this is a sqlite database and a viewer, not directly related to machine learning.
https://www.gwern.net/Danbooru2021
MIT License
42 stars 2 forks source link

Possible to use another thread for database? #23

Closed fire-eggs closed 3 years ago

fire-eggs commented 4 years ago

Database queries can be slow. This manifests as delayed GUI response (e.g. the 'apply filter' button in tag filter stays pushed until new list comes back).

Separate process could also allow for a "working..." status display?

fire-eggs commented 3 years ago

Currently not a problem