diff --git a/FAQ.md b/FAQ.md index caf43da05f9ad..0a3e03c318a51 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1054,4 +1054,4 @@ The solution is to use the `--local-infile=1` option when you start the MySQL cl #### ERROR 9001 (HY000): PD server timeout start timestamp may fall behind safe point -This error occurs when TiDB fails to access PD. A worker in the TiDB background continuously queries the safepoint from PD and this error occurs if it fails to query within 100s. Generally it is because the PD failure or network failure between TiDB and PD. For the details of common errors, see [Error Number and Fault Diagnosis](sql/error.md). +This error occurs when TiDB fails to access PD. A worker in the TiDB background continuously queries the safepoint from PD and this error occurs if it fails to query within 100s. Generally, it is because the disk on PD is slow and busy or the network failed between TiDB and PD. For the details of common errors, see [Error Number and Fault Diagnosis](sql/error.md). diff --git a/sql/slow-query.md b/sql/slow-query.md index 0a7378cced0f8..2f2e9a5e482be 100644 --- a/sql/slow-query.md +++ b/sql/slow-query.md @@ -56,7 +56,7 @@ The number of keys that Coprocessor has scanned. #### `processed_keys` -The number of keys that Coprocessor has processed. Compared with `total_keys`, `processed_keys` does not include the old versions of MVCC or the MVCC `delete` marks. A great difference between `processed_keys` and `total_keys` indicates that the number of old versions are relatively large. +The number of keys that Coprocessor has processed. Compared with `total_keys`, `processed_keys` does not include the old versions of MVCC. A great difference between `processed_keys` and `total_keys` indicates that the number of old versions are relatively large. #### `succ`