Skip to main content

Iterate over large Data-sets in Django efficiently.

Project description

Queryset Iterator ReadMe
========================

General
-------

Queryset Iterator is a tool that is useful for iterating over large data-sets
in Django.

Queryset Iterator iterates over large data-sets in batches, which can be
manually set to any batch size of your choosing, to improve performance.
The iterator maintains an open database cursor to a median table containing
only the primary keys of the results that would normally be obtained. Due to
this, primary keys must be unique within the collection and this tool will
not work should primary keys be non-unique within the database query results.

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-queryset-iterator-0.1.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distributions

django_queryset_iterator-0.1.1-py2.7.egg (3.8 kB view hashes)

Uploaded Source

Supported by

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