Sean Chen
01/15/2021, 4:39 AMexclude.sequence.id
? Is it used just for naming the segment? If I create 3 segments, each with a unique name but having the same time-range, can I set exclude.sequence.id
true all the time?Xiang Fu
Sean Chen
01/15/2021, 4:43 AMXiang Fu
/my/data/
and it contains /my/data/yyyy=2020/mm=1/dd=1/20200101.avro
and /my/data/yyyy=2020/mm=1/dd=2/20200102.avro
with exclude.sequence.id
you will see two segments named myTable_20200101_2020101
and myTable_20200102_2020102
Xiang Fu
Xiang Fu
Xiang Fu
Sean Chen
01/15/2021, 4:46 AMXiang Fu
exclude.sequence.id=false
, in above example, you will see segment name myTable_20200102_2020102_1
and then if you just want to replay segment creation on 2020-01-02, it will generate segment name: myTable_20200102_2020102_0
Xiang Fu
Xiang Fu