Matt Lord
Matt Lord
Thanks, @harshitasao ! ❤️
In the case of `MoveTables`, I wonder if this is due to a bug that has been fixed in recent versions? On main/v21, this test demonstrates that the global routing...
If I first apply the diff noted in this issue description, then the routing does fail for the table not being moved (and in the end not explicitly defined in...
@vitessio/query-serving
Thank you for the issue, @ronghuaihai ! You're correct, there's no documentation on this feature today. The related source code is here: https://github.com/vitessio/vitess/tree/main/go/vt/vttablet/tabletserver/rules and here: https://github.com/vitessio/vitess/tree/main/go/vt/vttablet/customrule So I can see...
@mhmohona it's no longer mentioned in the docs, but the feature still exists w/o any docs.
Thanks, @CAEL0 ! Due to the way this feature works, true or false does not matter if the source and target are unsharded as there's no optimization to make. So...
Hi @makinje16 ! Thank you for working on this! However, I'm afraid that this won't help for the main aspect of the feature request. The things we check in the...
/cc @vitessio/query-serving
Thanks, @derekperkins ! We've encountered similar difficulties in PlanetScale and it's something I'd like to explore in the coming weeks and months.