Re: Sqlite3, saving many items simultaneosly

2010-03-07 Thread gintare
Thanks for both of you! On Mar 5, 6:37 pm, Atamert Ölçgen wrote: > On Friday 05 March 2010 18:09:22gintarewrote:> b = Blog(  [name, tagline] , > ['Beatles Blog', 'All the latest Beatles > > news]  ) > > > >>> b.save() > > How many items are you saving at once? Have you measured the time required

Re: Sqlite3, saving many items simultaneosly

2010-03-05 Thread Atamert Ölçgen
On Friday 05 March 2010 18:09:22 gintare wrote: > b = Blog( [name, tagline] , ['Beatles Blog', 'All the latest Beatles > news] ) > > >>> b.save() How many items are you saving at once? Have you measured the time required to execute these queries and the total time your view/management command t

Re: Sqlite3, saving many items simultaneosly

2010-03-05 Thread Shawn Milochik
Yes. Look at the syntax for executemany() (as opposed to execute()). Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django