diff options
author | Pjotr Prins | 2021-12-28 16:31:50 +0100 |
---|---|---|
committer | Pjotr Prins | 2021-12-28 16:31:50 +0100 |
commit | 2e88823e69b7e37ca04c2d03f565b3fd77300ecd (patch) | |
tree | 1f47a14f1cf88f7afd185d05e8c99e9616b2f698 /topics/systems | |
parent | d650b2e0084ac9e9e7ee01f7b37bd04aca2107e8 (diff) | |
download | gn-gemtext-2e88823e69b7e37ca04c2d03f565b3fd77300ecd.tar.gz |
mariadb: after running optimize on a table
Diffstat (limited to 'topics/systems')
-rw-r--r-- | topics/systems/mariadb/move-to-innodb.gmi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/topics/systems/mariadb/move-to-innodb.gmi b/topics/systems/mariadb/move-to-innodb.gmi index 8b7781c..13ee8ae 100644 --- a/topics/systems/mariadb/move-to-innodb.gmi +++ b/topics/systems/mariadb/move-to-innodb.gmi @@ -304,6 +304,7 @@ Let's try OPTIMIZE OPTIMIZE NO_WRITE_TO_BINLOG TABLE ProbeSetSE; ``` +Ah, now the size is similar to myisam and loading the mapping page is slighty faster. ## Run tests again |