Changes between Initial Version and Version 1 of Ticket #29928, comment 6


Ignore:
Timestamp:
Dec 14, 2018, 8:15:46 AM (5 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29928, comment 6

    initial v1  
    1 Setting `DatabaseFeatures.can_defer_constraint_checks = True` for SQLite fixes the problem, however, there's a large performance penalty. On my machine, the runtime for Django's test suite increases from several machines to over an hour. If the problem can't be fixed, perhaps the limitation should be documented.
     1Setting `DatabaseFeatures.can_defer_constraint_checks = True` for SQLite fixes the problem, however, there's a large performance penalty. On my machine, the runtime for Django's test suite increases from several minutes to over an hour. If the problem can't be fixed, perhaps the limitation should be documented.
Back to Top