📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

VACUUM VIRTUAL COLUMN



Removes obsolete virtual column files for a table.

Syntax

VACUUM VIRTUAL COLUMN FROM [ <catalog_name>. ][ <database_name>. ]<table_name>

Output

Returns the number of removed files.

Was this page helpful?