tidb
Here are 107 public repositories matching this topic...
-
Updated
Jul 20, 2022 - Java
-
Updated
Aug 7, 2022 - Rust
-
Updated
Apr 3, 2020 - Go
-
Updated
Aug 7, 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
Is your feature request related to a problem?
For now, we have a bunch of make commands but no docs. It isn't easy to find the available commands.
Describe the feature you'd like
Adapt from https://www.thapaliya.com/en/writings/well-documented-makefiles/ and add help docs for each command.
Describe alternatives you've considered
No response
Teachability, Documen
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
Aug 5, 2022 - TypeScript
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.
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
-
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