I have recently started, including SQLite into my application. I do not want to use a standalone DBMS-server presently, but hope to use this to be able to change this soon if required.
I am aware that SQLite has no intention to be a very fast database, but what troubles me is that perl when excuting statements only runs with very limited CPU usage (1 to 5 pc at most). As some of my statements require 40 seconds CPU-time which is fine for me, in general, using only a maximum of 5 pc CPU adds up to about 20 minutes easily which is not acceptable. The remaining processor usage is assigned to the System Idle Process.
Thank you for any help.