You can use the Tablestore PHP SDK to write, read, update, and delete data in data tables.
|
Operation |
Description |
|
Write data |
Write data to a data table by writing a single row or performing batch operations. |
|
Update data |
Update data in a data table by updating a single row or performing batch operations. |
|
Read data |
Read data from a data table by reading a single row, reading a range, or reading in batches. |
|
Delete data |
Delete data from a data table by deleting a single row or performing batch operations. |
|
Filter data on the server side based on specified conditions during read operations. Only rows that meet the conditions are returned. |
|
|
Specify conditions for an update operation. The update succeeds only when the target row meets the specified conditions. |
|
|
Use a column as an atomic counter to perform atomic counting operations on the column. |
|
|
Create a local transaction within a partition key range for read and write operations. Commit or discard the transaction after the operations are complete. |
|
|
Logically split table data into shards of approximately the specified size. Returns the split points between shards along with location hints. |