beryllw commented on PR #3227: URL: https://github.com/apache/fluss/pull/3227#issuecomment-4484938614
> @beryllw curious could we assume table statistics always accurate in fluss? I think we could assume they're always accurate in Fluss — for KV tables it's backed by rowCount, and for log tables it's derived from getHighWatermark() - logStartOffset(), which should give us a reliable count. https://github.com/apache/fluss/blob/d4cd1a2771ff254a81877296a5cabfa966d102e2/fluss-server/src/main/java/org/apache/fluss/server/log/LogTablet.java#L248-L250 https://github.com/apache/fluss/blob/c6a1c2dbfe36aa8b503cff04470acf2951ef9e51/fluss-server/src/main/java/org/apache/fluss/server/kv/KvTablet.java#L307-L318 -- 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]
