Roberto Spadim <robe...@spadim.com.br> writes: > Second doubt... > there's a ENGINE=INFORMATION_SCHEMA > that's more 'beautiful' than 'aria' or 'memory', since they aren't this > kind of engine > like the PERFORMACE_SCHEMA engine
All INFORMATION_SCHEMA tables are first materialised into a MEMORY or MyISAM (or, with MariaDB, possibly Aria) table and then the queries run on them. There is no INFORMATION_SCHEMA storage engine. -- Stewart Smith
pgphRmHaVJtpo.pgp
Description: PGP signature
_______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : maria-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp