MAPREDUCE服务 MRS-SHOW SECONDARY INDEXES:示例

时间:2024-05-30 16:45:20

示例

create table productdb.productSalesTable(id int,price int,productName string,city string) stored as carbondata;

CREATE INDEX productNameIndexTable on table productdb.productSalesTable (productName,city) as 'carbondata' ;

SHOW INDEXES ON productdb.productSalesTable;

support.huaweicloud.com/cmpntguide-lts-mrs/mrs_01_1446.html