f3 ) for values from ('2017-09-01') to ('2017-10-01'); CREATE TABLE te...partition of t_native_range (f1 ,f2 , f3 ) for values from ('2017-10-01') to ('2017-11-01'); CREATE TABLE查看表结构teledb=# \d+ t_native_range
f3 ) for values from ('2017-09-01') to ('2017-10-01'); CREATE TABLE te...partition of t_native_range (f1 ,f2 , f3 ) for values from ('2017-10-01') to ('2017-11-01'); CREATE TABLE查看表结构teledb=# \d+ t_native_range
f3 ) for values from ('2017-09-01') to ('2017-10-01'); CREATE TABLE te...partition of t_native_range (f1 ,f2 , f3 ) for values from ('2017-10-01') to ('2017-11-01'); CREATE TABLE查看表结构teledb=# \d+ t_native_range
f3 ) for values from ('2017-09-01') to ('2017-10-01'); CREATE TABLE te...partition of t_native_range (f1 ,f2 , f3 ) for values from ('2017-10-01') to ('2017-11-01'); CREATE TABLE查看表结构teledb=# \d+ t_native_range
f3 ) for values from ('2017-09-01') to ('2017-10-01'); CREATE TABLE te...partition of t_native_range (f1 ,f2 , f3 ) for values from ('2017-10-01') to ('2017-11-01'); CREATE TABLE查看表结构teledb=# \d+ t_native_range
key: RANGE (f2) Partitions: t_native_range_201709 FOR VALUES FROM ('2017-09-01 00:00:00') TO ('2017-10-01 00:00:00'), t_native_range_201710 FOR VALUES FROM ('2017-10-01 00:00:00') TO ('2017-11-01 00:00:00') Distribute By: SHARD(f1) Location Nodes: ALL