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

DDL session variables (MySQL 8.0.27 and above) #15

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

jjh-kim
Copy link
Contributor

@jjh-kim jjh-kim commented Jul 25, 2024

New innodb parameters were realeased in MySQL 8.0.27
which can substantially reduce creation time of secondary indexes on large tables

  • innodb_ddl_buffer_size
  • innodb_ddl_threads
  • innodb_parallel_read_threads

Add support for these parameters when creating index after bulk import

@jjh-kim jjh-kim added the enhancement New feature or request label Jul 25, 2024
@jjh-kim jjh-kim merged commit 863efa3 into develop Jul 25, 2024
2 checks passed
@jjh-kim jjh-kim deleted the feature/ddl-session-variables branch July 25, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant