justinmclean commented on code in PR #8229: URL: https://github.com/apache/gravitino/pull/8229#discussion_r2289565273
########## 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 +REST APIs. If you want to know more about the statistics system in Gravitino, please refer to the +Javadoc and REST API documentation. + +Note that current statistics system is a basic implementation, some advanced features will be added in Review Comment: the current statistics in future versions -- 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]
