sql icon indicating copy to clipboard operation
sql copied to clipboard

Optional tagging feature: adding tags to group dbs for running queries

Open marianogappa opened this issue 7 years ago • 1 comments

Use case: Currently there's two ways to run a query in more than one db concurrently:

  1. sql all to run on all dbs

  2. sql dbname1 dbname2 ... to run on those specific dbs

Sometimes there's a semantic grouping for some dbs, e.g. region, owner, schema differences. Tagging dbs with these semantic differences would enable one to run e.g. sql americas ....

Constraints:

  • Should be backwards-compatible.

  • Tags can collide with database names: in this case, database should win.

marianogappa avatar Oct 26 '18 00:10 marianogappa

@marianogappa Hi 👋

langbeinmovio avatar Mar 05 '21 07:03 langbeinmovio