srlch
srlch
@sunke38 This problem may cause by compaction policy. How to Repeat: 1. First we make a file which has 20 del statement.  2. create a Unique Key Table. ...
It seems that it still failed even there is no index.
> could you explain the mechanism you designed to collect SnapshotInfo during checkpoint? I feel a little confused from reading the code. When cluster snapshot begin, the snapshot scheduler will...
https://github.com/StarRocks/starrocks/issues/44523 same problem
https://github.com/StarRocks/starrocks/pull/44547
repeated: CREATE TABLE `t` ( `k` BIGINT NOT NULL COMMENT "", `v1` string COMMENT "", `v2` string COMMENT "", INDEX idx1 (v2) USING BITMAP, INDEX idx2 (v1) USING GIN ('parser'...
> does it support using a hidden generated column to save the hash value ? I think this predicate can support it as long as we give the correct col_name...
> I think there is useless to record segment files and del files when call `TabletRetainInfo::init`. Fixed