I have a MariaDB database with an InnoDB engine and querying data take a lot of time so I search and found that it is maybe related to the tables being fragmented but I cannot understand what it means and what I have to do about it.
Asked
Active
Viewed 63 times
0
-
And you ask here because on dba.stackexchange.com you would find real specialists for databases? – TomTom Nov 24 '22 at 18:38
-
Not likely to be a fragmentation issue. Show up the query, `SHOW CREATE TABLE`, and how big the table is. – Rick James Nov 25 '22 at 04:45