ccql icon indicating copy to clipboard operation
ccql copied to clipboard

[Enhancement] schema prefix or pattern support

Open slisznia opened this issue 6 years ago • 0 comments

Our cluster consists of hundreds of shards distributed across many servers. The shards have identical schema. It would be tremendously helpful to be able to run the same query on all the schemas discovered on the instances that match a given prefix or pattern, for example: --schema="prod_%" or --schema="prod_.*" and include the host/schema in the resultset.

slisznia avatar Jun 05 '19 01:06 slisznia