Thursday, November 7, 2013

Re: Django storage engine

-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQEcBAEBCgAGBQJSe18DAAoJELMiOgVOfjkQhb0IAL2WetfxtKZapNMnjgc37PAt
ObLY3yqMizc8qxYQ9IaEEFdO+/k8LUo5XoLHQdTN/8IDcfIiONPuF5eGZxNqaXUw
fA37BXcloOhm5rMWsdqhoPpkzp+vBVd7fFMk3DKm1JF0BzdQQ3A4mOeJKk8z+BbX
O8vm8WfKo8ZXl9+hWKlx4DHahzKh2W/lXcdztIHJJqCr4IY6gdH8VQJ1PBY4mZr9
3DWSEJzb1/hm1BqHIzDkCrdtk9TY7+hayXvFAnseNw3/KtaGYvT8oQkVFevVL8tP
RlQYySEXy8LcPRPEwCUY6B0AA0dFEbTTW8jhGpSwSe2rzgD1brPwsEjQhMUsDfg=
=22BO
-----END PGP SIGNATURE-----
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 <harjotmann1992@gmail.com> wrote:

> 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 Google Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAB0GQhDfLpAKO6FzHzhFFgFG3v%2BsGmrYPj8YEaGtKy8DJrm-iw%40mail.gmail.com.
> For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment