Changes between Version 7 and Version 8 of Ticket #35904


Ignore:
Timestamp:
Dec 6, 2024, 5:10:08 AM (2 weeks ago)
Author:
JorisBenschop
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35904 – Description

    v7 v8  
    99Benchmark results
    1010===============
    11 test is to insert 1000 records from a single fixture
     11test to insert 1000 records from a single fixture  (using the Article model on Sqlite)
    1212current: 0.116s
    1313with --force_insert: 0.066s
    14 with --bulk_create: 0.01s
     14with --bulk_create: 0.010s
    1515
    16 test is to insert 10000 records from a single fixture
     16test to insert 10000 records from a single fixture
    1717current: 1.07s
    1818with --force_insert: 0.39s
    19 with --bulk_create: 0.010s
     19with --bulk_create: 0.104s
     20
     21I expect larger models to have a more significant improvement even.
    2022
    2123
    2224
    23 
    24 
Back to Top