0

Is there any coding suggestion if our key needs to support UTF-8?

Sharewin
  • 1
  • 5

1 Answers1

0

The character sets of TiDB use UTF-8 by default and currently only support UTF-8.

The string of TiDB uses the memcomparable format.

Sharewin
  • 1
  • 5