Tag: optimization
-
Optimize Amarok collection indexing using MySQL
By default, Amarok use SQLite to store collection informations. If you’ve a running MySQL or Postgre server on your machine, you can optimize Amarok collection indexing reducing retrieval time. Open a root shell (sudo bash) and run mysql mysql> create database amarok; Query OK, 1 row affected (0.00 sec) mysql> grant all privileges on amarok.* […]