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

创建索引使用 create index 语法不能走 OST #608

Open
zyclove2008 opened this issue Sep 28, 2023 · 0 comments
Open

创建索引使用 create index 语法不能走 OST #608

zyclove2008 opened this issue Sep 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@zyclove2008
Copy link

描述
表的大小 大于 osc_min_table_size ,使用 alter table add key 的语法可以正常使用 OST,但使用 create index 这样的语法不能走 OST

重现
表大小大于 osc_min_table_size,ghost_on = true
使用 create index on

(colum name); 这样的语法不能走 OST

环境

  • 数据库: [mysql]
  • 版本: [5.7.30]

可能会导致的问题:
1、主从延迟

@hanchuanchuan hanchuanchuan added the enhancement New feature or request label Nov 26, 2023
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

No branches or pull requests

2 participants