jakearchibald observed that writing 270k records to a database has very different performance characteristics between Linux and other systems
http://output.jsbin.com/jirinuf/quiet
Overall time on Linux is consistent if the work is done in a single transaction or split into multiple transactions (i.e. plotting time vs # records per transaction is flat). Performance is much worse for larger transactions on every other platform (MacOS, CrOS, Windows), scaling linearly (?) with # records per transaction.
As a comparison, Firefox on MacOS is "flat".
Comment 1 by sheriffbot@chromium.org
, Mar 28 2018Status: Untriaged (was: Available)