mc table view

The mc table view command manages Iceberg views on AIStor clusters.

Views are virtual tables defined by SQL queries. They provide a way to save and reuse query logic without materializing the results. Views can have multiple SQL representations with different dialects for cross-engine compatibility.

Subcommands

mc table view includes the following subcommands:

Subcommand Description
create Create a view.
drop Drop a view.
exists Check if a view exists.
list List views in a namespace.
show Show view metadata.