All Products
Search
Document Center

Tablestore:Operations on data tables

Last Updated:May 23, 2025

This topic describes the operations that you can perform on data tables by using Tablestore SDK for Python.

Operation

Description

Create a data table

You can create a data table to store data. You can specify an auto-increment primary key column when you create a data table.

Update the configurations of a table

You can update the configuration information about a table, such as the time to live (TTL) and max versions.

Query the names of tables

You can query the names of all tables in an instance.

Query the description of a table

You can query the configuration information about a table.

Delete a data table

You can delete a table.