Talk:MyISAM

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

InnoDB[edit]

WTF? Was this article written by the InnoDB sales agent or something? —Preceding unsigned comment added by 71.126.235.234 (talk) 17:00, 15 January 2010 (UTC)[reply]

Yeah it's like a list of reasons why InnoDB is now the default storage engine, rather than a comparison. --60.241.96.32 (talk) 03:17, 31 July 2011 (UTC)[reply]

I'm going to flag the article as biased. I'm not the expert on DBMS, but this does not seem to be a fair comparison between the two storage engines. In addition, such a comparison should be a separate article such that it does not affect the neutrality of this particular article. 66.169.0.27 (talk) 15:57, 8 October 2011 (UTC)[reply]

Encyclopedia or Technical Manual?[edit]

I am removing the following line because it's useless. I think the opening sentence "MyISAM is the default storage engine for the MySQL" already covers this.

Normally, the ENGINE option is unnecessary; MyISAM is the default storage engine unless the default has been changed.

I am also removing code examples. Stuff like this belongs in the MySQL manual (feel free to link to it), especially minor details such as the deprecation of the TYPE parameter in favour of ENGINE.

--Avochelm 06:31, 21 June 2006 (UTC)[reply]

New article? Comparison of MySQL Storage Engines[edit]

The largest sections of the MyISAM and InnoDB articles seem to be large lists comparing one with the other. I propose that a new article be created to compare them with each other (and possibly other available storage engines). ~ Josh "Duff Man" (talk) 16:57, 1 September 2011 (UTC)[reply]

I concur. It should either be a stand-alone page or added to a new page: Comparison of Database Engines. However, the Database engine page is fairly short, so I will add it there along with a redirect. I will need to flag the new section as biased until we can do some more research and improve the comparison. -- 66.169.0.27 (talk) 16:01, 8 October 2011 (UTC)[reply]

Inconsistency in text[edit]

The text says that each table is being saved as three different files. Then, it states that there is a data file and an index file. It also says that MySQL uses another file, but clearly states that this file is *not* part of the MyISAM engine. Where is the third file type, then? — Preceding unsigned comment added by Mike.lindner (talkcontribs) 21:38, 11 December 2016 (UTC)[reply]