Created
January 13, 2018 07:48
-
-
Save pandanote-info/1cfe94960e5319f7f7d3821e6ac4ea13 to your computer and use it in GitHub Desktop.
Mroongaをインストールした後のshow enginesの実行結果。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MariaDB [(none)]> show engines; | |
+--------------------+---------+----------------------------------------------------------------------------------+--------------+------+------------+ | |
| Engine | Support | Comment | Transactions | XA | Savepoints | | |
+--------------------+---------+----------------------------------------------------------------------------------+--------------+------+------------+ | |
| MRG_MyISAM | YES | Collection of identical MyISAM tables | NO | NO | NO | | |
| CSV | YES | CSV storage engine | NO | NO | NO | | |
| SEQUENCE | YES | Generated tables filled with sequential values | YES | NO | YES | | |
| MyISAM | YES | MyISAM storage engine | NO | NO | NO | | |
| TokuDB | YES | Percona TokuDB Storage Engine with Fractal Tree(tm) Technology | YES | YES | YES | | |
| MEMORY | YES | Hash based, stored in memory, useful for temporary tables | NO | NO | NO | | |
| Mroonga | YES | CJK-ready fulltext search, column store | NO | NO | NO | | |
| Aria | YES | Crash-safe tables with MyISAM heritage | NO | NO | NO | | |
| PERFORMANCE_SCHEMA | YES | Performance Schema | NO | NO | NO | | |
| InnoDB | DEFAULT | Supports transactions, row-level locking, foreign keys and encryption for tables | YES | YES | YES | | |
+--------------------+---------+----------------------------------------------------------------------------------+--------------+------+------------+ | |
10 rows in set (0.00 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment