Skip to main content

This project contains optimizations (hacks) for MySQL for Django ORM

Project description

django-mysql-fix

This project contains optimizations (hacks) for MySQL for Django ORM.

It’s based on Django 1.7 (master branch). It was started on PyCon 2014 Development Sprint.

We are going to test possible regressions that might appear in real projects. This backend will pass all Django tests, but we still have to test it in real projects.

How to use

Specify django-mysql-fix backend in your DATABASES setting in Django settings.py:

DATABASES = {
    'default': {
        'ENGINE': 'django_mysql_fix.backends.mysql',
        ...
    },
}

Compatibility

Tested with Django master branch and Django 1.6.0+.

It doesn’t work with Django <= 1.5.x.

Fixed issues

For now there is only one optimization there.

  • MySQL INNER JOIN with order fails to optimize query that ends up with seconds to get result, but STRAIGHT_JOIN instead of INNER JOIN solves the issue and we can get result in 0.001 instead of 3+ seconds. https://code.djangoproject.com/ticket/22438

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-mysql-fix-0.1.5.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file django-mysql-fix-0.1.5.tar.gz.

File metadata

File hashes

Hashes for django-mysql-fix-0.1.5.tar.gz
Algorithm Hash digest
SHA256 98f87e82316e7194af6e8f3ac23d8ccbefb325642d93ff1b8972cbde9f09b97a
MD5 60144c955650c04873c324f66f0ea521
BLAKE2b-256 51499320f4f6d2e7c108af124f34b99b5ef7fe88550aabdee5a2dd0d87d1ca6d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page