Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
Description
Keep the same definition for character or binary types between MariaDB ColumnStore and MariaDB. Thanks for your great support.
MariaDB ColumnStore:
- VARCHAR/VARBINARY: Max length = 8000 bytes
Moreover, The characters are counted by bytes, such as 1 character size in UTF-8 may be 3 or more. It will impact on the capacity of the varchar type.
MariaDB:
- VARCHAR/VARBINARY: Max length = 65535 bytes
The character are counted by characters, such as 1 character size in UTF-8 is 1.