vitessio / vt

Apache License 2.0
2 stars 0 forks source link

multiple keyspaces #12

Closed systay closed 3 months ago

systay commented 3 months ago

a lot of setups use multiple keyspaces. we should support that we can use the same format as vtexplain:

{
  "ks1": <vschema>,
  "ks2": "<vschema>
}
mcrauwel commented 3 months ago

I'm trying to reproduce a test-case with a cross-keyspace join so I would need a feature like this

systay commented 3 months ago

Closed by #16