We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Have a look
ADD SHARDING RULE r2 COLUMNS w_id FOR DATASPACE ds2; add sharding rule ----------------------------------------------------------------------------------------- created sharding rule r2 for table (*) with columns [w_id, hash: x->x] in ds2 dataspace (1 row)
Why are these response messages so long? Let's make it a bit smaller, something like
ADD SHARDING RULE r2 COLUMNS w_id FOR DATASPACE ds2; add sharding rule r2 ------------------------------------------------------------ table (*) with columns [w_id, hash: x->x] in ds2 dataspace (1 row)
But to be honest, it's still hard to read. What do you think?
ADD SHARDING RULE r2 COLUMNS w_id FOR DATASPACE NEW SHARDING RULE --------------------------------- rule id -> r2 table -> (*) columns -> [w_id, hash: x->x] dataspace -> ds2 (1 row)
Any ideas?
The text was updated successfully, but these errors were encountered:
I prefer the second option, but instead of "ValueName -> value", use "ValueName: value"
Sorry, something went wrong.
No branches or pull requests
Have a look
Why are these response messages so long? Let's make it a bit smaller, something like
But to be honest, it's still hard to read. What do you think?
Any ideas?
The text was updated successfully, but these errors were encountered: