Luis Fernandez
10/08/2021, 1:14 PMselect * from ads_metrics where user_id=x and serve_time >= 1633651200
when I use this query like this the numEntriesScannedInFilter shoots up quite considerably if I don’t use serve_time I get 0 anyone knows why that may be? I currenly have a rangeindex in the serve_time column and an invertedIndex + partitioning on the user_idLuis Fernandez
10/08/2021, 1:16 PMYou should also think about partitioning the incoming data based on the dimension most heavily used in your filter queries.
that’s what i see in the documentation about high numEntriesScannedInFilter but i’m already partitioning by the user_idKishore G
Richard Startin
10/08/2021, 2:38 PM"rangeIndexVersion" : 2 in "tableConfig" you'd have to build off OSS master thoughRichard Startin
10/08/2021, 2:39 PMMayank
Luis Fernandez
10/11/2021, 8:34 PMLuis Fernandez
10/11/2021, 8:34 PMLuis Fernandez
10/11/2021, 8:34 PM"apachepinot/pinot:release-0.8.0-jdk11"Luis Fernandez
10/11/2021, 8:34 PM