Skip to content

Commit 78f2ae6

Browse files
fix: clarify InnoDB is recommended but not the default engine
Cacti installs Boost tables as MEMORY by default; calling InnoDB 'the default' was misleading. Rephrase to 'recommended' and note conversion steps exist below. Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
1 parent 65933d9 commit 78f2ae6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Boost.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ increase overall performance, and to reduce writing data to disk. With
4545
improvements in InnoDB performance over the years combined with Flash storage,
4646
the need for MySQL Memory Tables has diminished. The sections below document
4747
MEMORY table sizing for sites that have an explicit reason to use it, but InnoDB
48-
is the default and recommended engine.
48+
is the recommended engine. Cacti installs MEMORY tables by default; see below
49+
for the conversion steps.
4950

5051
If you do wish to use Memory you have to pay close attention to the amount of
5152
data that will be cached in your design. You should periodically check that you

0 commit comments

Comments
 (0)