adibaewa / musikcube

Automatically exported from code.google.com/p/musikcube
Other
0 stars 0 forks source link

Optimize the musik::core::query::ListSelected #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The query need optimizing. Currently it first select all tracks into a
temporary table and selects the metadata from relations to that table. This
can be alot faster if the SQL-Query creation is a little bit smarter.

Original issue reported on code.google.com by onne...@gmail.com on 26 Mar 2008 at 7:38

GoogleCodeExporter commented 9 years ago

Original comment by onne...@gmail.com on 21 Apr 2008 at 6:52