Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Duplicate
-
None
-
None
Description
innodb_undo_tablespaces is default 0. which makes undolog shares ibdata file.
This may lead to no truncating because undologs are not independent files.
And this will cause very big ibdata1 file size, occupying much disk capacity.
And this variable can only be changed by initialization, which is kind of inconvenient.
would it be better to set it as default 2?
Attachments
Issue Links
- duplicates
-
MDEV-29986 Set innodb_undo_tablespaces=3 by default
- Closed