Changes between Initial Version and Version 1 of Ticket #29928, comment 6
- Timestamp:
- Dec 14, 2018, 8:15:46 AM (6 years ago)
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 m achines to over an hour. If the problem can't be fixed, perhaps the limitation should be documented.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 minutes to over an hour. If the problem can't be fixed, perhaps the limitation should be documented.