sydneyhoran commented on issue #9143: URL: https://github.com/apache/hudi/issues/9143#issuecomment-1642746540
Hey @ad1happy2go the value 0 is not the real value of the partition, it is the dummy value caused by not having `REPLICA IDENTITY FULL` on the source DB. Agree that using global index would cause too big of a performance hit. I think an `ignore.partition.for.delete` flag could be a good option to implement. Would that be able to look through every partition until it finds the `id` instead of looking only in the specified partition? -- 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]
