team-phoenix / Phoenix

A multi-system emulator and library manager designed to be both powerful and easy to use.
http://phoenix.vg
GNU General Public License v2.0
377 stars 39 forks source link

SQL queries slow down UI #216

Open athairus opened 8 years ago

athairus commented 8 years ago

With a reasonably large library, each SQL query slows down the UI considerably, sometimes to the point the OS marks the app as not responding.

We must move ALL SQL queries off the QML thread.

athairus commented 8 years ago

Somewhat related to #256. To be honest, it's less of a priority than #256. This should be revisited at another time. Moved to beta target.