Laxman Ch
06/23/2022, 4:14 AMroutingConfig
.
When partition pruner is enabled, queries are returning the partial results, esp for REALTIME.
As per my understanding, this is not returning the results for CONSUMING segments.
Wanted to check, if this partition pruner can be used for REALTIME tables.
Partial results with:
"routing": {
"segmentPrunerTypes": [
"time",
"partition"
]
},
Full results with:
"routing": {
"segmentPrunerTypes": [
"time"
]
},