Quote:
Originally Posted by xXziroXx
Care to show examples? Only time I've experienced that is when I used SQLite queries in a very bad way (I've learned how to properly work with it since) or excessive use of VACUUM (which obviously gives high CPU usage).
|
Just simple queries, inserting, selecting etc.. - and I know how to use proper queries such as JOIN etc although i'm unsure if sqlite supports all of that like mysql does.