Where is the table_cache in MariaDB?
MariaDB [(none)]> SHOW GLOBAL STATUS LIKE 'opened_tables';
+---------------+--------+
| Variable_name | Value |
+---------------+--------+
| Opened_tables | 354858 |
+---------------+--------+
1 row in set (0.00 sec)
MariaDB [(none)]> SELECT @@table_open_cache;
+--------------------+
| @@table_open_cache |
+--------------------+
| 400 |
+--------------------+
1 row in set (0.00 sec)PreviousTools Available for Developing on the MariaDB CodeNextWhy is ORDER BY in a FROM Subquery Ignored?
Last updated
Was this helpful?

