wecharyu commented on PR #5141: URL: https://github.com/apache/hive/pull/5141#issuecomment-2105461155
I got the difference, your query use the index `UNIQUEPARTITION(PART_NAME, TBL_ID)`, actually it's not effective enough than our new index `UNIQUE_PART(TBL_ID, PART_NAME)` , this index update is in https://github.com/apache/hive/pull/4831#issuecomment-1875674607 -- 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]
