Jump to content

[SOLVED] Question with innodb and MyISam...


DanDaBeginner

Recommended Posts

??? I have no idea on what is InnoDB and MyISAM, can somebody elaborate it to me?

they are related to tables right not in the database it self?

I been using PHPMyadmin so Im not aware of this.

is there another more of their kind? what are this?

what are the advantages and disadvantages of using this?

 

If there are articles tuckled this that dont give very technical explanation that can cause

the reader to not understand, please give me the link..

 

thanx DanDaBeginner

Link to comment
Share on other sites

InnoDB allows for transaction-safe tables, so that you can group sql statements to be run "at the same time", and not otherwise.  It also allows you to enforce relations between records in different tables.  But all of this comes at a very expensive cost in terms of resources, code management, db design, etc.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.