chaoyli commented on issue #3288: Fix bug when use ZoneMap/BloomFiter on column with REPLACE/REPLACE_IF_NOT_NULL URL: https://github.com/apache/incubator-doris/pull/3288#issuecomment-611419945 > If this optimization is removed, some query will suffer a performance degradation. > When the scanned value column type is all REPLACE, it seems that this optimization can be applied. > Can you leave this optimization for this case? I think it's a very corner case to select all columns on REPLACE and will waste much resource. 1. Only base rowset(version starts with zero) can use it, all other rowsets have to save ZoneMap/BloomFilter for REPLACE columns, which is non-sense. 2. REPLACE is value column, the ZoneMap is not very useful because of sorted column is key column.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org