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

Allow option to specific CREATE INDEX to be CONCURRENTLY or NONCONCURRENTLY for target database YugabyteDB #1382

Open
ssherwood opened this issue Mar 25, 2024 · 0 comments
Labels
triage Needs to be triaged

Comments

@ssherwood
Copy link

YugabyteDB defaults index creation to CONCURRENTLY. This is most appropriate for on-line (live) migrations. However, for offline migrations, it may be desirable to have YugabyteDB use NONCONCURRENTLY instead.

This should be an optional configuration option when generating the CREATE INDEX output for YugabyteDB.

@github-actions github-actions bot added the triage Needs to be triaged label Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant