View Single Post
  #3  
Old 12-23-2009, 09:39 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
If you are working with an unindexed schema, the queries will use a lot of CPU. Transactions have nothing to do with it. Certainly queries are unindexable.

I have no idea if the /stats are accurate, but be aware that SQLite doesn't perform any magic if you don't tell it to.

If you post your schema/queries I can give some pointers.
Reply With Quote