On Thu, Nov 3, 2011 at 12:39 PM, Fabian <fabianpi...@gmail.com> wrote:
> I just tested it, and it made no difference. The root cause of the problem
> is most likely not slow writes, because inserting duplicate values (which
> are ignored instead of written to disk) are just as slow.

If you could use DTrace you could really find out, but since we have
to guess, the best (almost certainly correct) guess is that it's the
*read* I/Os that are killing you, not the writes.

Nico
--
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to