srlch

Results 8 comments of srlch

@sunke38 This problem may cause by compaction policy. How to Repeat: 1. First we make a file which has 20 del statement. ![image](https://user-images.githubusercontent.com/111035020/200718074-89ff731c-d4f4-45da-b614-01fe54821120.png) 2. create a Unique Key Table. ![image](https://user-images.githubusercontent.com/111035020/200718247-b5b6cf91-7282-46bc-a477-652be18359f4.png)...

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

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