#5203: Performance improvement for sqlite3 database flush
------------------------------------+---------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: closed | Component: Database wrapper
Version: SVN | Resolution: wontfix
Keywords: sqlite performance | Stage: Accepted
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
------------------------------------+---------------------------------------
Changes (by jacob):
* status: new => closed
* resolution: => wontfix
Comment:
After reading sqlite's documentation, it's pretty clear that setting
synchronous off could cause complete database corruption and loss. So
while this change might be appropriate for the test system if we weren't
using :memory:, Django shouldn't be doing something this dangerous.
--
Ticket URL: <http://code.djangoproject.com/ticket/5203#comment:12>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---