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

Construct secondary indexes in chunks #4959

Closed
danielmewes opened this issue Oct 15, 2015 · 3 comments
Closed

Construct secondary indexes in chunks #4959

danielmewes opened this issue Oct 15, 2015 · 3 comments
Assignees
Milestone

Comments

@danielmewes
Copy link
Member

... so they don't keep a snapshot / queue around over a long period, and can be resumed after a restart.

This solves many of the same problems as #2134 in a less elegant, but much less intrusive way.

@danielmewes danielmewes self-assigned this Oct 15, 2015
@danielmewes danielmewes added this to the 2.2 milestone Oct 15, 2015
@danielmewes
Copy link
Member Author

A working implementation of this is in branch daniel_sindex_construction.
It still needs testing, some cleanup, and support for reporting secondary index construction progress.

@danielmewes
Copy link
Member Author

Up in code review 3290 by @Tryneus .

@danielmewes
Copy link
Member Author

Merged into next 0f47dc7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant