You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Currently we can do this to target a specific shard:
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?The text was updated successfully, but these errors were encountered: