Describes how to view table settings using the Control System, the CLI or the Rest API.
| Table Path | The path to the table on the filesystem. |
| Table Type | The type of table. Value can be one of the following:
|
| Total Rows | The total number of rows in the table. |
| Region Size | The average size of the regions into which HPE Ezmeral Data Fabric Database tries to split the table as the table grows. The default is 4096 MB. |
| Total Logical Size | The estimated size (in bytes) of uncompressed data stored in table (excluding replication). |
| Total Physical Size | The estimated size (in bytes) of actual data stored in table (excluding replication). This includes internal metadata and reflects compressed data size when compression is enabled. |
| Auditing | The setting to enable or disable auditing of operations on the table. |
| Auto Split | The setting to automatically split the table into regions as the table grows. |
| Bulkload Type | The setting to allow a full bulk load of the table. |
| Metrics Interval | The table metrics collection interval, in seconds. |
| Security Policy | The security policies associated with this
table including:
|
| Audit | Whether or not auditing is enabled for table operations. |
| Admin (Access Control) | Can view and edit the permissions for the table. |
| Force Pack | Can pack table regions. |
| Split Merge | Can take the following actions:
|
| Index | Can create index for this table. This permission is for JSON tables only. |
| Bulkload | Can load this table with bulk loads if the table was created with bulk load support. |
| Replication Access | Can set up replication either to or from a table. |
| Create/Rename Column Family | Can create column families for this table or rename existing column families. |
| Delete Column Family | Can delete column families associated with the table. |
/opt/mapr/bin/maprcli table info -path <tablePath> -jsoncurl -k -X GET 'https://<hostname>:8443/rest/table/info?path=<tablePath>' --user <username>:<pwd>