peterw;423993 Wrote: > Could be interesting to compare a tuned mysql setup to sqlite. I'd > expect a desktop os w/ gobs of ram would perform better w/ mysql having > large caches than sqlite relying on dumb os filesystem buffers.
That's essentially what I have - running my own instance of MySQL with very large buffers for InnoDB, it's using over 300MB of RAM. I think it might be even more interesting comparing performance on a multiple CPU machine. I doubt SQLite can take advantage of multiple CPU cores, whereas SC and MySQL tasks would almost certainly be divided between CPUs by the OS. -- JJZolx Jim ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=63421 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
