通過help選項來查看支援的所有選項資訊。
命令格式
help
您也可以通過命令關鍵字 help
的形式,查看單個命令的所有選項資訊,例如執行alter help
命令查看alter命令的所有選項資訊。
返回結果
Commands:
alter Alter table 更新表資訊
clear Clear the screen 清空螢幕
config Setup the configuration to access Tablestore 配置接入資訊
consume_tunnel Consume tunnel and print stream data. 消費通道並列印stream資料
create Create a new table 建立表
create_index Create a new secondary index 建立二級索引
create_instance Create a new instance. 建立執行個體
create_search_index Create a new search index 建立多元索引
create_tunnel Create tunnel. 建立通道
del Delete the specific row of table. 刪除表中資料
desc Describe table. 查看錶資訊
describe_instance Describe the instance, to get the detail info. 查看執行個體資訊
describe_search_index Describe the search index to get detail info. 查看多元索引資訊
describe_tunnel Get the tunnel's detail info. 擷取通道資訊
drop Drop the table 刪除表
drop_index Drop the secondary index 刪除二級索引
drop_search_index Drop search index. 刪除多元索引
drop_tunnel Drop the tunnel. 刪除通道
enable_service Enable ots service before you start to use Tablestore, it is totally free. 開通Table Store服務,開通過程免費
exit Exit the program 退出程式
export Export the whole data of table to file. 匯出表中資料到本地檔案
get Get row by primary key from table. 讀取一行資料
get_splits Logically divide the data of the full table into several splits close to the specified size. 將全表資料在邏輯上劃分成接近指定大小的若干分區
getts Get data from timeseries table 查詢時序資料
help Display help 查看協助資訊
import Load the data into table, only WideColumn table is supported. 匯入資料到資料表中。只有資料表支援此操作
import_timeseries Load the data into time series table, only TimeSeries table is supported. 匯入資料到時序表中。只有時序表支援此操作
list List all tables 列出表名稱
list_instance List all the instances. 列出執行個體列表
list_search_index List all the search indexes of the table. 列出多元索引列表
list_tunnel List all the tunnels of the table. 列出通道列表
press_check Check data for press 檢測壓測狀態
press_input Input data for press 插入資料進行壓測
put Insert a row into table. 插入新資料到資料表
putts put data to a timeseries table 寫入時序資料到時序表
query_ts_meta Query timeseries meta information. 檢索時間軸
quit Quit the program 退出程式
scan Scan table. 掃描表資料
search Execute search query on search index. 使用多元索引查詢資料
sql Run in SQL mode, then you can use SQL to select data. 進入SQL模式,您可以使用SQL語句查詢資料
update Update the row in table, it will insert a new row if it is not exist. 更新一行資料
update_ts_meta Update attributes for timeseries 更新時間軸的屬性
use Choose table to use. 選擇進行操作的表