Which database storage engine is used in d6 and d7?
Answer / Gopal Swaroop
Drupal 6 uses MyISAM as the default database storage engine, while Drupal 7 uses InnoDB. Both are MySQL storage engines, but InnoDB provides better transaction support, foreign key constraints, and row-level locking compared to MyISAM.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does drupal stand for?
How to interact with drupal search system?
Which is the best module for implementing search in drupal 8?
How do I view views in drupal 8?
Does drupal require coding?
What is authenticated user?
What is the use of auto-reply field in contact module?
Why drupal is so popular and called a powerful framework?
Why to use Drupal?
What are entity types in drupal?
Is drupal front end or backend?
How to move a drupal site from one host/server to another?