tidb
tidb copied to clipboard
TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://www.pingcap.com/tidb-serverless/
## Enhancement We imported csv files which contain bool type fields and values like true/false to TIDB table,the import task finished successfully ,but the values inserted into TiDB table are...
Signed-off-by: ekexium ### What problem does this PR solve? Issue Number: close #36579 Problem Summary: ### What is changed and how it works? ### Check List Tests - [ ]...
### What problem does this PR solve? Issue Number: close #36295 Problem Summary: We should automatically expand the CTE inline when the CTE query is only used once by the...
### What problem does this PR solve? Issue Number: ref #26166 (a quick solution) Problem Summary: The partition table shields the partition information in the execution phase. So we cannot...
Signed-off-by: zhanggaoming ### What problem does this PR solve? Issue Number: ref #36717 Problem Summary: ### What is changed and how it works? ### Check List Tests - [ ]...
## Enhancement In history, we had many tools to improve our development. but they are not developed for a long time for example git pre-commit. In these days, We have...
## Enhancement Now the memory use will not be released when hash join executor finished, so it is necessary to do release the memory.
### What problem does this PR solve? Issue Number: close #32335 Problem Summary: Before we did not support to use the outer side table in the (Outer) (Anti) Semi Join....
# Support Foreign Key Dev Task Related Issue: https://github.com/pingcap/tidb/issues/18209 Design Doc: https://github.com/pingcap/tidb/pull/35982 Draft PR: https://github.com/pingcap/tidb/pull/36757 ## Dev Task ### DDL Dev Task - [x] Create table with foreign key https://github.com/pingcap/tidb/issues/37147...
cherry-pick #36936 to release-6.1 You can switch your code base to this Pull Request by using [git-extras](https://github.com/tj/git-extras): ```bash # In tidb repo: git pr https://github.com/pingcap/tidb/pull/36938 ``` After apply modifications, you...