pranavbhole commented on PR #15626:
URL: https://github.com/apache/druid/pull/15626#issuecomment-1878107982
this is great optimization to avoid extra lookup calls. We can take one step
further and could potentially reverse indexing of lookup values (Value->
List<Keys>) at lookup creation and use it to in non injective cases in filters.
`LOOKUP(sku, 'sku_to_name') = 'WhizBang Sprocket'` could be rewritten to
`sku in ('WB00013', 'WB00014', 'WB00015')`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]