Skip to content

Conversation

@ucan-lab
Copy link
Owner

@ucan-lab ucan-lab commented Dec 8, 2023

Summary

Since this is a repository for a local development environment, I will stop the MySQL binary log and redo log to speed up the repository.

> SHOW VARIABLES LIKE 'log_bin';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| log_bin       | OFF   |
+---------------+-------+
1 row in set (0.00 sec)

> SHOW VARIABLES LIKE 'innodb_log_writer_threads';
+---------------------------+-------+
| Variable_name             | Value |
+---------------------------+-------+
| innodb_log_writer_threads | OFF   |
+---------------------------+-------+
1 row in set (0.01 sec)

@ucan-lab ucan-lab self-assigned this Dec 8, 2023
@ucan-lab ucan-lab force-pushed the disable-binary-and-redo-log branch from 27ae921 to 108eb29 Compare December 8, 2023 16:33
@ucan-lab ucan-lab force-pushed the disable-binary-and-redo-log branch from 108eb29 to fbae198 Compare December 8, 2023 16:37
@ucan-lab ucan-lab changed the title Disable Binary and Redo log Disable Binary and Redo log writer threads Dec 8, 2023
@ucan-lab ucan-lab merged commit 4abfb85 into main Dec 8, 2023
@ucan-lab ucan-lab deleted the disable-binary-and-redo-log branch December 8, 2023 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants