mysql - What kind of indexing are used in MyISAM and InnobDB engines? -


i read innobdb uses b+ tree , clustered indexing on primary key , hash(h) tree , non clustered indexing on multiple keys (unique key).

but did not explanation myisam..

and read innobdb correct ?

yes correct regarding innodb. myisam see below

b-tree indexes  yes t-tree indexes  no  hash indexes    no 

read here more


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -