haridsv commented on PR #2057: URL: https://github.com/apache/phoenix/pull/2057#issuecomment-2621209904
@palashc Thanks for the clarifications! I guess the point I was missing is that you are trying to do a point lookup to precisely target the rows to update by using the full PK. However, the lookup query for the grand parent is not a point lookup, so I feel there is not much advantage of including the grand parent. The same argument applies split too, so while you are trying to be precise for upsert, the lookup for grand parent is imprice anyway. -- 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: issues-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org