Qball's Weblog

Stuffkeeper, sqlite question

Tags General  StuffKeeper 

Can I make sqlite delay the writing to the file. I do allot of small writes from different places from my code (tricky to do a begin transaction and a commit transaction).

It is still fast enough, but you can hear the harddisk doing all the small writes, I’d like to avoid this.

Q