The Wayback Machine - https://web.archive.org/web/20220807093142/https://github.com/topics/tidb
Skip to content
#

tidb

Here are 107 public repositories matching this topic...

qw4990
qw4990 commented Jul 26, 2022

Enhancement

mysql> CREATE TABLE t1 (
    -> risk_id varchar(32) NOT NULL,
    -> tran_id int NOT NULL,
    -> KEY (`risk_id`)
    -> );

mysql> CREATE TABLE t2 (
    -> risk_id varchar(32) COLLATE utf8mb4_general_ci NOT NULL,
    -> -- risk_id varchar(32) NOT NULL,
    -> tran_id int NOT NULL,
    -> KEY (`risk_id`)
    -> );

mysql> explain select /*+ hash_join(t1) */ t1.ris
type/enhancement help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. sig/planner SIG: Planner
ran-huang
ran-huang commented Apr 20, 2020

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!

help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. Hacktoberfest This PR/issue is accepted in Hacktoberfest.
hi-rustin
hi-rustin commented Jul 27, 2022

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

good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. area/ticdc Issues or PRs related to TiCDC. type/feature Issues about a new feature
itinycheng
itinycheng commented Apr 19, 2022

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
type/enhancement New feature or request good first issue Good for newcomers
3pointer
3pointer commented Oct 15, 2020

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
    If possible, provide a recipe for reproducing the error.
    we didn't record store id when download/ingest sst failed.

  2. What did you expect to see?
    the error log with store id.

  3. What did you see instead?
    only the error.

  4. What version of BR and TiDB/TiKV/PD are you using?

all version.

type/bug Something isn't working good first issue Good for newcomers difficulty/1-easy Easy issue severity/minor
tisonkun
tisonkun commented Jul 17, 2021

The best practices of reporting errors:

  1. The error message should be more user-friendly. Bad case: The table 101 exceeds table size. Good case: The table tbl exceeds table size.
  2. 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.
  3. Define
help wanted Extra attention is needed good first issue Good for newcomers

Improve this page

Add a description, image, and links to the tidb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tidb topic, visit your repo's landing page and select "manage topics."

Learn more