Re: load huge dataset through fixtures

2009-02-16 Thread Russell Keith-Magee
On Mon, Feb 16, 2009 at 7:42 PM, Konstantin S wrote: > > Hello! > > I am trying to load really huge dataset (contains millions of records) > into database through fixtures and it seems that django loads entire > data into memory before commiting it into db so python process dies > out of memory.

load huge dataset through fixtures

2009-02-16 Thread Konstantin S
Hello! I am trying to load really huge dataset (contains millions of records) into database through fixtures and it seems that django loads entire data into memory before commiting it into db so python process dies out of memory. Am I right that the only possible solution in my case is not to use