MySQL + SQL · Lesson 110

InnoDB vs MyISAM Storage Engines

MySQL Storage Engines

Storage engine control करता है कि MySQL table data कैसे store व handle करे। दो मुख्य हैं InnoDB (default) और MyISAM

InnoDB बनाम MyISAM

FeatureInnoDBMyISAM
Transactionsहाँ (ACID)नहीं
Foreign keysहाँनहीं
LockingRow-levelTable-level
Best forज़्यादातर appsread-heavy, simple

सारांश

  • InnoDB (default): transactions, foreign keys, row locking — ज़्यादातर apps के लिए।
  • MyISAM: तेज़ simple reads, no transactions/foreign keys।
🔗

Share this topic with a friend

यह topic किसी दोस्त को भेजें

Found it useful? Send it to a classmate learning the same thing.

अच्छा लगा? जो दोस्त यही सीख रहा है, उसे भेज दीजिए।