RjLi13 commented on PR #15059: URL: https://github.com/apache/iceberg/pull/15059#issuecomment-3806182963
> If you have any benchmarks or metrics that show the benefit of this, that would be helpful. I don't have production metrics or benchmarks yet, but I took a stab at trying to create a JMH benchmark on latestOffset() calls with different snapshot numbers. Hopefully, this showcases sync planner scales linearly to number of snapshots whereas async planner is constant, but trading off detection latency and memory usage. It is great for tables with large number of snapshots and where processing time takes long enough for background thread to poll. Here is the link to it: https://github.com/RjLi13/iceberg/pull/2 -- 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]
