*: update TiDB Cloud, Coprocessor, TiFlash docs#23065
Conversation
Multiple documentation updates across TiDB Cloud, Coprocessor Cache, and TiFlash docs: - coprocessor-cache.md: Wrap Grafana monitoring panel section in a premium CustomContent block and add related content. - tidb-cloud/cli-reference.md: Mark TiDB Cloud CLI Reference title as "(Beta)". - tidb-cloud/create-tidb-cluster-serverless.md & tidb-cloud/tidb-cloud-quickstart.md: Improve note formatting, add a clarification that TiDB Cloud is fully managed, and add links to the CLI Reference (Beta). Also normalize SQL comment formatting in the quickstart. - tiflash/tiflash-results-materialization.md: Restore and relocate the "Execution process" and "Restrictions" sections (including platform-specific CustomContent blocks for tidb and tidb-cloud) after the example, and clean up formatting and wording. These changes are mostly editorial and structural, improving clarity and surfacing the CLI reference and monitoring guidance.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Note
Note for reviewers: This PR only updates the order of content paragraphs, removes a punctuation typo, and refines wording.
There was a problem hiding this comment.
Code Review
This pull request updates several documentation files to add information about the TiDB Cloud CLI (Beta), clarify that TiDB Cloud is a fully managed service, note the unavailability of the copr-cache panel on starter/essential instances, and reorganize sections in the TiFlash results materialization guide. The reviewer's feedback focuses on adhering to the style guide by correcting a typo, avoiding passive voice, writing in the second person, and removing unnecessary words (like "Currently") to improve clarity and conciseness.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| > By default ([`tidb_allow_mpp = ON`](/system-variables.md#tidb_allow_mpp-new-in-v50)), the optimizer intelligently decides whether to push a query down to TiFlash based on the [SQL mode](/sql-mode.md) and the cost estimates of the TiFlash replica. | ||
| > | ||
| > - If the [SQL mode](/sql-mode.md) of the current session is not strict (which means the `sql_mode` value does not contain `STRICT_TRANS_TABLES`' and `STRICT_ALL_TABLES`), the optimizer intelligently decides whether to push the `SELECT` subquery in `INSERT INTO SELECT` down to TiFlash based on the cost estimates of the TiFlash replica. In this mode, if you want to ignore the cost estimates of the optimizer and enforce that the queries are pushed down to TiFlash, you can set the [`tidb_enforce_mpp`](/system-variables.md#tidb_enforce_mpp-new-in-v51) system variable to `ON`. | ||
| > - If the [SQL mode](/sql-mode.md) of the current session is not strict (which means the `sql_mode` value does not contain `STRICT_TRANS_TABLES`' and `STRICT_ALL_TABLES`), the optimizer intelligently decides whether to push the `SELECT` subquery in `INSERT INTO SELECT` down to TiFlash based on the cost estimates of the TiFlash replica. In this mode, if you want to ignore the cost estimates of the optimizer and enforce that the queries are pushed down to TiFlash, you can set the [`tidb_enforce_mpp`](/system-variables.md#tidb_enforce_mpp-new-in-v51) system variable to `ON`. |
There was a problem hiding this comment.
There is a typo with a trailing single quote after STRICT_TRANS_TABLES (STRICT_TRANS_TABLES'). Let's remove it to read:
> - If the [SQL mode](/sql-mode.md) of the current session is not strict (which means the sql_modevalue does not containSTRICT_TRANS_TABLESandSTRICT_ALL_TABLES), the optimizer intelligently decides whether to push the SELECTsubquery inINSERT INTO SELECT down to TiFlash based on the cost estimates of the TiFlash replica. In this mode, if you want to ignore the cost estimates of the optimizer and enforce that the queries are pushed down to TiFlash, you can set the [tidb_enforce_mpp](/system-variables.md#tidb_enforce_mpp-new-in-v51) system variable to ON.
References
- Correct English grammar, spelling, and punctuation mistakes, if any. (link)
|
|
||
| > **Note:** | ||
| > | ||
| > Currently, the **copr-cache** panel is not available on {{{ .starter }}} and {{{ .essential }}} instances. |
Remove an extra blank line at the end of tiflash/tiflash-results-materialization.md to clean up file formatting; no content changes to the document body.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Address minor grammar and clarity issues in tiflash-results-materialization.md: remove an extraneous apostrophe in the SQL mode clause, and rephrase the TiDB memory-limit notes to an active/consistent wording ("You can adjust...") in both TiDB and TiDB Cloud sections for clarity and consistency.
…into improve-cloud-docs
What is changed, added or deleted? (Required)
Multiple documentation updates across TiDB Cloud, Coprocessor Cache, and TiFlash docs:
These changes are mostly editorial and structural, improving clarity and surfacing the CLI reference and monitoring guidance.
Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions.
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?