[Performance Optimization] Remove push down conjuncts in olap scan node (#4999)

Push conjunct to Storage Engine as more as possible

olap scan node do not need filter data use push down conjuncts again.

fix #4986
This commit is contained in:
HappenLee
2020-12-06 08:50:08 +08:00
committed by GitHub
parent b954dfd82d
commit 6021d6fc7f
6 changed files with 185 additions and 63 deletions

View File

@ -630,6 +630,7 @@ public class OlapScanNode extends ScanNode {
if (null != sortColumn) {
msg.olap_scan_node.setSortColumn(sortColumn);
}
msg.olap_scan_node.setKeyType(olapTable.getKeysType().toThrift());
}
// export some tablets