Commit c79b442f by mengdongxing

Update tkdm_base_device_pay_info.sql

parent 24ca7e74
...@@ -58,7 +58,7 @@ num_payment_day int, ...@@ -58,7 +58,7 @@ num_payment_day int,
amt_payment double amt_payment double
) )
PARTITIONED BY (ds string) PARTITIONED BY (ds string)
clustered by (appid,deviceid) sorted by(appid,deviceid) into 32 buckets clustered by (deviceid) sorted by(deviceid,appid) into 32 buckets
ROW FORMAT DELIMITED ROW FORMAT DELIMITED
FIELDS TERMINATED BY '\t' FIELDS TERMINATED BY '\t'
STORED AS ORC STORED AS ORC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment