The Wide Column model of Tablestore uses data tables to store data. You can call the following API operations to manage data tables.
API operations
The following table lists the API operations for data table management.
|
Item |
API |
Description |
|
Create a data table |
Creates a data table. You must specify the schema and configuration of the data table. |
|
|
Query the names of tables |
Queries the names of all data tables in the current instance. |
|
|
Query information about a table |
Queries information about a table, such as the schema and configuration. |
|
|
Update a data table |
Updates the configuration of a table, such as the time to live (TTL) and max versions. |
|
|
Delete a data table |
Deletes a data table that you no longer need. You must specify the table name. |
|
|
Divide data in a table into several logical splits |
Divides data in a table into logical splits of approximately equal size and returns the split points and host information for each split. |