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

Speed up the operation of adding index #5192

Closed
zimulala opened this issue Nov 22, 2017 · 1 comment · Fixed by #5964
Closed

Speed up the operation of adding index #5192

zimulala opened this issue Nov 22, 2017 · 1 comment · Fixed by #5964
Assignees

Comments

@zimulala
Copy link
Contributor

zimulala commented Nov 22, 2017

We can do some optimizations as follows:

  1. Read data with coprocess, which can prune useless columns
  2. Split worker into two parts, reading worker and writing worker. Then we can handle tasks concurrently.
@zimulala
Copy link
Contributor Author

zimulala commented Nov 22, 2017

We have done some optimizations.
Relate to issue #2257
Relate to PR #4579 and #4632

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 a pull request may close this issue.

3 participants