Re: Django storage engine

2013-11-07 Thread Roberto López López
Which is the question? On 07. nov. 2013 09:15, Harjot Mann wrote: Is using the InnoDb storage engine as default as per my knowledge in MySql MyISAM is the default storage engine. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Re: Django storage engine

2013-11-07 Thread François Schiettecatte
Hi InnoDB is the default storage engine in MySQL from version 5.5 onwards. I would not recommend using MyISAM for anything other than archive tables, the table level locking on any update is a serious bottleneck. Cheers François On Nov 7, 2013, at 3:15 AM, Harjot Mann wrote: > Is using th

Django storage engine

2013-11-07 Thread Harjot Mann
Is using the InnoDb storage engine as default as per my knowledge in MySql MyISAM is the default storage engine. -- Harjot Kaur Mann Blog: http://harjotmann.wordpress.com/ Daily Dairy: http://harjotmann.wordpress.com/daily-diary/ -- You received this message because you are subscribed to the Go