tidb
Here are 105 public repositories matching this topic...
-
Updated
Jul 11, 2022 - Java
-
Updated
Jul 12, 2022 - Rust
-
Updated
Apr 3, 2020 - Go
-
Updated
Jul 12, 2022 - Go
Error 报告
This repository is ONLY used to solve problems related to DOCS-CN.
For other issues (TiDB, TiKV, etc), please move to other repositories.
Please answer the following questions before submitting your issue. Thanks!
-
Updated
Oct 9, 2021 - Go
Feature Request
Is your feature request related to a problem? Please describe:
The shared informer factory has called the WaitForCacheSync method, and it is no longer need to call it separately for each controller. We can remove Informer ().HasSynced because it will not be used.
In pingcap/docs#695 we determined that SQL keywords should be in all caps. There are a number of pages that require updating.
-
Updated
Feb 21, 2022 - Go
Fix typos
Fix typos in the code repository.
Question
TiDB-Lightning doesn't need data to keep in order of _tidb_rowid, but we still sort data in the order of _tidb_rowid. This may increase TiDB's memory usage because we'll need a global sort in TiDB.
The flink-tidb-connector doesn't work as expected when I use upsert mode to sink data to TiDB, the reason for this is as in title, flink version: 1.13.x. Is there any reason for making unique key as part of the primary?
Code block:
private String[] getKeyFields(Context context, ReadableConfig config, String databaseName,
String tableName) {
// check write mode
TiDBWr-
Updated
Apr 28, 2021 - Go
-
Updated
Jul 11, 2022 - Go
The best practices of reporting errors:
- The error message should be more user-friendly. Bad case:
The table 101 exceeds table size. Good case:The table tbl exceeds table size. - Provide workarounds if necessary. Bad case:
The table tbl exceeds table size. Good case:The table tbl exceeds table size. Please try to turn up the value of the system variable tmp_table_size. - Define
Please answer these questions before submitting your issue. Thanks!
-
What did you do?
If possible, provide a recipe for reproducing the error.
we didn't record store id when download/ingest sst failed. -
What did you expect to see?
the error log with store id. -
What did you see instead?
only the error. -
What version of BR and TiDB/TiKV/PD are you using?
all version.
-
Updated
Oct 25, 2017 - Go
Improve this page
Add a description, image, and links to the tidb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tidb topic, visit your repo's landing page and select "manage topics."

Enhancement
We have many place to use the
exp/slicesto sort our struct. It can improve performance by using pdqsort and clean branch check. But We have many placement using the oldsort. Please remove it. Here is the example .BTW, You haven't to change the
bazel.build. it can be updated by robot.