SQL-Browser
Suche Suchbegriff(e):
Suchoptionen


Suche in Tabelle:  
Die Suche nach "" in der Tabelle "ENGINES" lieferte folgende Treffer:
      Blättern: vor=ALT+V, zurück=ALT+C

  # ENGINE SUPPORT COMMENT TRANSACTIONS XA SAVEPOINTS
editierenlöschen 1.  MRG_MyISAM YES Collection of identical MyISAM tables NO NO NO
editierenlöschen 2.  CSV YES Stores tables as CSV files NO NO NO
editierenlöschen 3.  MEMORY YES Hash based, stored in memory, useful for temporary tables NO NO NO
editierenlöschen 4.  MyISAM YES Non-transactional engine with good performance and small data footprint NO NO NO
editierenlöschen 5.  Aria YES Crash-safe tables with MyISAM heritage NO NO NO
editierenlöschen 6.  InnoDB DEFAULT Supports transactions, row-level locking, foreign keys and encryption for tables YES YES YES
editierenlöschen 7.  PERFORMANCE_SCHEMA YES Performance Schema NO NO NO
editierenlöschen 8.  SEQUENCE YES Generated tables filled with sequential values YES NO YES