Re: Massive insertion of records

2010-12-27 Thread Silva Paulo
Re: Massive insertion of records > To: "Django users" > Date: Monday, December 27, 2010, 11:29 AM > Can you explain what you mean by > "manual commitments" (preferably with > a code example)? > > Thanks > Derek > > On Dec 26, 4:38 am, Silva Paulo

Re: Massive insertion of records

2010-12-25 Thread Silva Paulo
OK. I found a "solution". Using manual commitments after lots of insertions (ex. >1000) makes the massive insertion very fast (at least for my needs). Thanks to all who answered. --- On Fri, 12/24/10, Silva Paulo wrote: > From: Silva Paulo > Subject: Massive insert

Re: Massive insertion of records

2010-12-24 Thread Silva Paulo
e a "non django" solution to >load the database, isn't it? --- On Fri, 12/24/10, Christophe Pettus wrote: > From: Christophe Pettus > Subject: Re: Massive insertion of records > To: django-users@googlegroups.com > Date: Friday, December 24, 2010, 8:46 PM >

Massive insertion of records

2010-12-24 Thread Silva Paulo
I need to do a massive insertion of records in two tables "connectd" by "foreignkey". Is there a way, using the Django db API, to do it. e=Foo(...);e.save() seems too slow. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To p