table show

Prev Next

This command shows details of a specific table in a VAST Database.

Usage

table show --database-name DATABASE
           --schema-name SCHEMA
           --name TABLE
          [--tenant-id TENANT]          

Required Parameters

--database-name DATABASE

Specifies the name of the database containing the schema.

--schema-name SCHEMA

Specifies the name of the schema containing the table.

--name NAME

Specifies the name of a specific table.

Options

--tenant-id TENANT

Specifies the ID of the tenant where the database resides

If omitted, the default tenant is assumed.

Example

vcli: admin> table show --database-name tabular --schema-name schema_jypxvnuobg --name table_jypxvnuobg
+---------------+----------------------------------+
| Name          | table_jypxvnuobg                 |
| Database-name | tabular                          |
| Schema-name   | schema_jypxvnuobg                |
| Num-rows      | 10485760                         |
| Size          | 963000624                        |
+---------------+----------------------------------+