All Products
Search
Document Center

Tablestore:Operations on multiple rows of data at the same time

Last Updated:Jan 02, 2025

You can read or write multiple rows of data in Tablestore data tables at the same time in big data scenarios. This topic describes the API operations that you can call to perform operations on multiple rows of data at the same time.

API operations

The following table describes the API operations that you can call to perform operations on multiple rows of data at the same time.

Item

API

Description

Write multiple rows of data at the same time

BulkImport

You can write multiple rows of data to data tables at the same time in big data scenarios. When you write multiple rows of data to data tables at the same time, you must specify the complete primary key and the attribute columns that you want to add, remove, or modify for each row.

Read multiple rows of data at the same time

BulkExport

You can read multiple rows of data from data tables at the same time in big data scenarios.