Judicious use of hints can greatly improve query performance. When doing a query on multiple fields (at least one of which is indexed) pass the indexed field as a hint to the query. Hinting will not do anything if the corresponding index does not exist. The last hint applied to this cursor takes precedence over all others. Closes #203 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| dereference.py | ||
| django_tests.py | ||
| document.py | ||
| fields.py | ||
| queryset.py | ||
| signals.py | ||