Re: Fastest way to import datas into a database

2008-12-27 Thread Benjamin Sergeant
On Fri, Dec 26, 2008 at 2:34 AM, Russell Keith-Magee wrote: > > On Thu, Dec 25, 2008 at 9:02 AM, bsergean wrote: > > > > Hi all, > > > > I'm populating my database manually using a script that create ORM > > objects and save them... I have a lot of datas and it's fairly slow. > > I'm wondering w

Re: Fastest way to import datas into a database

2008-12-26 Thread Russell Keith-Magee
On Thu, Dec 25, 2008 at 9:02 AM, bsergean wrote: > > Hi all, > > I'm populating my database manually using a script that create ORM > objects and save them... I have a lot of datas and it's fairly slow. > I'm wondering what is the best way to speed this up. > > From > http://docs.djangoproject.c

Fastest way to import datas into a database

2008-12-24 Thread bsergean
Hi all, I'm populating my database manually using a script that create ORM objects and save them... I have a lot of datas and it's fairly slow. I'm wondering what is the best way to speed this up. >From >http://docs.djangoproject.com/en/dev/howto/initial-data/#howto-initial-data I see there are