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 |
Is it possible to disable a core required modules through drupal admin?
What are cms platforms?
How caching work in drupal?
What is comment in drupal?
What is the use of Product SKU while setting shopping cart?
What is the difference between theme and sub theme?
What is the use of ctools module?
Explain module in drupal ?
How to backup my drupal site?
Where do you find the themes to install?
Explain favicon in drupal?
What is drush cr?