Skip to content

Commit

Permalink
remove the FK experiment mark
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Keao <[email protected]>
  • Loading branch information
YangKeao committed Sep 24, 2024
1 parent 797c277 commit b95a79b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion foreign-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Starting from v6.6.0, TiDB supports the foreign key feature, which allows cross-

> **Warning:**
>
> - Currently, the foreign key feature is experimental. It is not recommended that you use it in production environments. This feature might be changed or removed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues) on GitHub.
> - The foreign key feature is typically employed to enforce [referential integrity](https://en.wikipedia.org/wiki/Referential_integrity) constraint checks. It might cause performance degradation, so it is recommended to conduct thorough testing before using it in performance-sensitive scenarios.
The foreign key is defined in the child table. The syntax is as follows:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"micromark-extension-mdxjs": "^1.0.0",
"octokit": "^3.1.0",
"unist-util-visit": "^4.1.0"
}
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}

0 comments on commit b95a79b

Please sign in to comment.