You would probably have to wait until the django backend for postgres is
modified not to fetch all the records at one go.
As for now, I guess you should go ahead with writing custom serializers which
specifically queries the db records in chunks.
Sent from my iPad 2
On Aug 1, 2011, at 7:06 PM,
I found the ticket to this issue (with patchs)
https://code.djangoproject.com/ticket/5423
On Mon, Aug 1, 2011 at 9:32 AM, Ricardo L. Dani wrote:
> Hello django-users,
>
> I'm having problems trying to serialize the data of a postgresql db of my
> business application (lots of lots of data)
>
> U
Hello django-users,
I'm having problems trying to serialize the data of a postgresql db of my
business application (lots of lots of data)
Using the command:
./manage.py dumpdata > data.json
But, the execution of this command takes a long time and the ram and swap of
the computer reachs the limi
3 matches
Mail list logo