CREATE TABLE
CREATE INDEX
USING values: BM25, HNSW, DISKANN.
DROP TABLE
DESCRIBE
COMPACT TABLE
FULL forces a more aggressive merge policy.
ALTER segment workers
ALTER column type
Assign or change a metadata column type on an existing table:REWRITE chains COMPACT TABLE … FULL after updating the manifest. Without it, run compact manually when segments still use the legacy four-column layout.
See Typed metadata columns for supported types, compound WHERE, and filter behavior.
