This command lists tables in a VAST Database.
Usage
table list --database-name DATABASE --schema-name SCHEMA [--name TABLE] [--page PAGE_NUMBER] [--page-size PAGE_SIZE] [--name-startswith PREFIX]
Required Parameters
| Specifies the name of the database that contains the schema. |
| Specifies the name of the schema containing the table. |
Options
| Specifies the specific page in the output list, by its number. This parameter is used only if |
| Specifies the maximum number of tables to list per output page. Default: 100. |
| Specifies the name of a specific table. If included, only this table is shown. |
| Specifies a prefix to filter the table names. |
Example
vcli: admin> table list --database-name tabular-industrious --schema-name schema_abc +------------------+-------------------------------------+-------------------+----------+----------+ | Name | Database-name | Schema-name | Num-rows | Size | +------------------+-------------------------------------+-------------------+----------+----------+ | table_mdihlhrzdy | tabular-industrious | schema_abc | 6400000 | 70400000 | +------------------+-------------------------------------+-------------------+----------+----------+