Daniël van Eeden
Daniël van Eeden
I tried this in https://github.com/pingcap/tiup/pull/1312 and I had to use `{{speed . "%%s/s"}}` to get "MiB/s" instead of "MiB p/s". I think this resolves this issue/question.
SQLite always returns 0.30000000000000004 http://sqlfiddle.com/#!5/0509e/2
> @dveeden Hello, as confirmed with @tangenta and @crazycs520, the table locking feature was particularly developed for TiSpark, but with some bugs. Therefore, the developer still does not want to...
Maybe we should also mark this as experimental in the sample config in that case: ```patch diff --git a/config/config.toml.example b/config/config.toml.example index e23f390e2..b10a59bfc 100644 --- a/config/config.toml.example +++ b/config/config.toml.example @@ -62,6 +62,7...
I would expect customers to setup a daily cronjob for this. They may also set the cronjob to be hourly as otherwise unlucky timing might cause them to have to...
The reason for this is that [usql](https://github.com/xo/usql) set the SQL Mode to "ANSI" by default to more closely mimic the behavior of `psql`. https://github.com/xo/usql/blob/7132de43273ea9b6fbe695ea3229d25d8e977bbc/drivers/mysql/mysql.go#L30 ``` my:[email protected]:4000=> USE test; USE my:[email protected]:4000=>...
Please check https://github.com/xo/usql/issues/309 to see why this is happening and why changing the SQL mode might cause other issues with usql.
@tabokie Might be good to include experimental options and just say: "This option is experimental", this helps users to avoid these. But either way is fine with me.
It looks like https://docs.pingcap.com/tidb/stable/check-before-deployment is also not mentioning `/defrag` in most THP advise, except for one specific location.
https://docs.pingcap.com/tidb/stable/migration-tidb-faq#how-to-migrate-from-db2-or-oracle-to-tidb needs updating at some stage and/or link to this doc.