jerqi commented on code in PR #8229: URL: https://github.com/apache/gravitino/pull/8229#discussion_r2297231958
########## docs/manage-statistics-in-gravitino.md: ########## @@ -0,0 +1,201 @@ +--- +title: "Manage tags in Gravitino" +slug: /manage-tags-in-gravitino +date: 2024-07-24 +keyword: tag management, tag, tags, Gravitino +license: This software is licensed under the Apache License version 2. +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +## Introduction + +Starting from 1.0.0, Gravitino introduces statistics of table and partitions. + +This document briefly introduces how to use statistics in Gravitino by both Gravitino Java client and Review Comment: Fixed. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org