An overview of the usage of ALTER TABLE for the TiDB database. /docs/dev/sql-statements/sql-statement-alter-table/ /docs/dev/reference/sql/statements/alter-table/ ...
To enhance read performance and reduce disk usage, TiDB automatically schedules data compaction on storage nodes in the background. During the compaction, storage nodes rewrite physical data, ...
Oracle's namesake database management system has a data type called a CLOB, or Character Large OBject. Though the standard character data type, called CHAR, has a size limit of 2,000 characters, you ...