Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Binary and Redo log writer threads #246

Merged
merged 1 commit into from
Dec 8, 2023

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 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
3 checks passed
@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.

1 participant