Unsubscribe
Unsubscribe
Partition optimization problem
I now have the following statement: - tbl1 table DDL: CREATE TABLE tbl1( col1 string, col2 string, col3 string ) PARTITIONED BY (col4 string) -- The partition filed is a date in -MM-dd format stored as orc; --