Skip to main content

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',
        ...
    },
}

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

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.2.tar.gz (3.5 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-mysql-fix-0.1.2.tar.gz
Algorithm Hash digest
SHA256 78d2030daef6055992b141db0dd2d8a339286a0d9c2eea6957147fe2a3b473a1
MD5 f538f598b77387e1837bc115da98ea7e
BLAKE2b-256 0cb35d0fa43b8ac4f0d6b93b1599491cc67930bf03363dcba12361e548d447d0

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.6

1 file

0.1.5

1 file

0.1.3

1 file

This release

0.1.2 This release

1 file

0.1.1

1 file

0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page