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

Ability to reset shard targeting with a SQL statement #3001

Closed
tirsen opened this issue Jul 19, 2017 · 1 comment
Closed

Ability to reset shard targeting with a SQL statement #3001

tirsen opened this issue Jul 19, 2017 · 1 comment

Comments

@tirsen
Copy link
Collaborator

tirsen commented Jul 19, 2017

Currently we can do this to target a specific shard:

USE mykeyspace/-80

We also need the ability to "untarget" a shard and go back to untargetted "mode". I don't know what's a good syntax because the parameter to use is "preqouted", i.e. doing USE NULL actually means use the database named "null". Maybe just a nullary USE call?

USE
@sougou
Copy link
Contributor

sougou commented Sep 15, 2017

Addressed via #3058

@sougou sougou closed this as completed Sep 15, 2017
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

No branches or pull requests

2 participants