On Jul 30, 2018, at 5:53 AM, Rob Willett <[email protected]> wrote: > > I would wonder why writing the data to a 60GB database and doing a commit is > fast and writing exactly the same data to the 600MB database is different. > The programs for doing it are the same, the database schema is identical.
I assume the hardware is different. Is that not the case? If the small DB is on a machine with a spinning disk but the large DB is on a machine with either an SSD or a many-spindled RAID, there’s your key difference. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

