aquarapid
aquarapid
* The normalization we do in vtgate during planning before checking the plan cache is expensive for large statements (think multi-value inserts). * For statements that are already prepared, normalizing...
Signed-off-by: Jacques Grove
I have a (test) operator cluster YAML that has a keyspace section looking like this: ``` keyspaces: - name: main partitionings: - equal: parts: 2 shardTemplate: databaseInitScriptSecret: name: example-cluster-config key:...
Pretty minor, but logging in case it comes up: With the result that you don't get server uptime and anything in server stats when executing "\s" via the mysql client....
### Overview of the Issue If you have a sequence definition like: ``` CREATE TABLE t1_seq ( id bigint unsigned NOT NULL, next_id bigint unsigned, cache bigint unsigned, PRIMARY KEY...
When you insert a duplicate row with mysql using `insert ignore`, you get a warning. Via vtgate, you get no warnings, viz. (via vtgate): ``` mysql> create table t1 (c1...
On the page: https://vitess.io/docs/reference/vitess-sequences/ we do not really explain the significance of the various sequence table values (including, for example, cache). There is a partial explanation elsewhere, e.g. on https://vitess.io/docs/user-guides/resharding/...
Recent-ish build (from June): Sharded keyspace: ``` $ vtctlclient -server localhost:15999 ListAllTablets zone1-0000000200 keyspace2 -40 master 192.168.0.134:15200 192.168.0.134:17200 [] 2021-08-19T21:36:26Z zone1-0000000201 keyspace2 40-80 master 192.168.0.134:15201 192.168.0.134:17201 [] 2021-08-19T21:36:26Z zone1-0000000202 keyspace2...
### What is changed, added or deleted? (Required) Fix wording in the explain walkthrough, the current working seems to imply that the initial performance is good (which it is not)....
Does not affect inline markdown rendering in GH, since `/media` == `./media` for those purposes. I would assume that the conversion for the docs.pingcap.com site would still work fine too....