Computer Science, asked by Akanshasingh91201, 11 months ago

When to use MyISAM and InnoDB?

Answers

Answered by Anonymous
0

It can be used for transaction purpose i.e. all ACID properties.

InnoDB can be used for row level locking, that means it gives higher performance as compared to MyISAM.

InnoDB can be used for both data and index for a large buffer pool.

InnoDB can be used when we need better performance than MyISAM.

Similar questions