thomas-pfeiffer commented on issue #14735: URL: https://github.com/apache/iceberg/issues/14735#issuecomment-3922821506
@wypoon Thanks for the detailed answer. I have a few clarification questions: - If I would query the current / latest snapshot ID beforehand and gave it as a parameter to `compute_table_stats`, it would work. Obviously by when `compute_table_stats` is finished, it wouldn't be the current snapshot anymore. Is there any value of NDV stats from a recent snapshot for the current latest snapshot? (I guess, there isn't.) - If I have a frequently updated table, than the `compute_table_stats` stored procedure and the NDV stats are effectively not "useable", because it would either fail (when not specifying the snapshot ID) or be immediately outdated and irrelevant (when specifying the snapshot ID), correct? -- 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]
