i18n(ja): unify the katakana term for "covering index"#23331
Conversation
|
Skipping CI for Draft Pull Request. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[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 |
The ja docs mixed カバーインデックス (10) and カバリングインデックス (2) for
English "covering index". Standardize on カバリングインデックス, the faithful
transliteration and the standard term in Japanese DB documentation.
Heading text and link text are updated; {#...covering-index} anchors are kept.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
c57b87f to
8a87512
Compare
What is changed, added or deleted? (Required)
The ja docs mixed two renderings of English "covering index":
This PR standardizes on カバリングインデックス, which is the faithful transliteration of "covering" and the standard term in Japanese database documentation. All 10 カバーインデックス occurrences (including the compound カバーインデックス最適化 / covering index optimization) are updated.
Heading text and link text are updated where they contain the term; the
{#solution-use-covering-index}/{#sql-tuning-with-a-covering-index}anchors are kept unchanged, so existing links still resolve.Files:
develop/dev-guide-index-best-practice.md,develop/dev-guide-optimize-sql.md,develop/dev-guide-sql-development-specification.md,explain-indexes.md,sql-tuning-best-practice.md,tidb-cloud/tidb-cloud-sql-tuning-overview.md.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
N/A — terminology unification on the ja translation branch.