All Products
Search
Document Center

Tablestore:Data operations

Last Updated:Jun 10, 2026

The Tablestore Python SDK supports the following data operations.

Operation

Description

Write data

Write a single row or perform batch write operations.

Update data

Update a single row or perform batch update operations.

Read data

Read a single row, perform a range read, or read data in batches.

Delete data

Delete a single row or perform batch delete operations.

Filter

Filters read results on the server side. Only rows that match the specified conditions are returned.

Conditional update

Updates data only when specified conditions are met. Returns an error if conditions are not met.

Atomic counter

Designates a column as an atomic counter for increment and decrement operations.

Local transaction

After enabling local transactions for a data table, create a local transaction based on a partition key value to read and write data, then commit or discard it based on your business requirements.