MariaDB [information_schema]> select table_schema, table_name, row_format, table_rows, avg_row_length, data_length, index_length, data_free, auto_increment, create_time, update_time, check_time from tables where table_schema like 'neo%' order by table_name, table_schema;
MariaDB [information_schema]> select table_schema, table_name, row_format, table_rows, avg_row_length, data_length, index_length, data_free, auto_increment, create_time, update_time, check_time from tables where table_schema like 'neo%' order by table_name, table_schema;
XXX ^^^ neo0: 2x more rows, 2x less avg_row_length
MariaDB [information_schema]> select count(*) from neo0.trans; select count(*) from neo1.trans; select count(*) from neo2.trans; select count(*) from neo3.trans;
+----------+
| count(*) |
+----------+
| 10816516 |
+----------+
1 row in set (8.43 sec) NOTE same as in neo1 & neo3 but note the timings diff
+----------+
| count(*) |
+----------+
| 10819781 |
+----------+
1 row in set (5.70 sec)
+----------+
| count(*) |
+----------+
| 8115599 |
+----------+
1 row in set (2.92 sec)
+----------+
| count(*) |
+----------+
| 10818601 |
+----------+
1 row in set (4.22 sec)
::
MariaDB [information_schema]> select count(*) from neo0.trans; select count(*) from neo1.trans; select count(*) from neo2.trans; select count(*) from neo3.trans;
+----------+
| count(*) |
+----------+
| 10816516 |
+----------+
1 row in set (8.43 sec) NOTE same as in neo1 & neo3 but note the timings diff
+----------+
| count(*) |
+----------+
| 10819781 |
+----------+
1 row in set (5.70 sec)
+----------+
| count(*) |
+----------+
| 8115599 |
+----------+
1 row in set (2.92 sec)
+----------+
| count(*) |
+----------+
| 10818601 |
+----------+
1 row in set (4.22 sec)
----------------------------------------
NOTE:
MariaDB [information_schema]> select PLUGIN_NAME,PLUGIN_VERSION,PLUGIN_TYPE,PLUGIN_AUTHOR,PLUGIN_DESCRIPTION,LOAD_OPTION,PLUGIN_MATURITY,PLUGIN_AUTH_VERSION from plugins where plugin_name like 'toku%';
MariaDB [information_schema]> select PLUGIN_NAME,PLUGIN_VERSION,PLUGIN_TYPE,PLUGIN_AUTHOR,PLUGIN_DESCRIPTION,LOAD_OPTION,PLUGIN_MATURITY,PLUGIN_AUTH_VERSION from plugins where plugin_name like 'toku%';