morrySnow commented on code in PR #2028:
URL: https://github.com/apache/doris-website/pull/2028#discussion_r1950531986


##########
docs/sql-manual/sql-statements/cluster-management/storage-management/SHOW-CACHE-HOTSPOT.md:
##########
@@ -28,10 +28,14 @@ under the License.
 
 This statement is used to display the hotspot information of file cache.
 
+:::info note
+Before version 3.0.4, the `SHOW CACHE HOTSPOT` statement can be used to query 
cache hotness information statistics. Starting from version 3.0.4, the `SHOW 
CACHE HOTSPOT` statement is no longer supported for querying cache hotness 
information statistics. Please directly query the system table 
`__internal_schema.cloud_cache_hotspot`. For specific usage, please refer to 
[MANAGING FILE CACHE](../../../compute-storage-decoupled/file-cache.md).
+:::
+
 ## Syntax
 
 ```sql
-   SHOW CACHE HOTSPOT '/[compute_group_name/table_name]';
+   SHOW CACHE HOTSPOT '/[compute_group_name/db.table_name]';

Review Comment:
   ```suggestion
      SHOW CACHE HOTSPOT '/[<compute_group_name>/<db>.<table_name>]';
   ```



##########
docs/sql-manual/sql-statements/cluster-management/storage-management/SHOW-CACHE-HOTSPOT.md:
##########
@@ -28,10 +28,14 @@ under the License.
 
 This statement is used to display the hotspot information of file cache.
 
+:::info note
+Before version 3.0.4, the `SHOW CACHE HOTSPOT` statement can be used to query 
cache hotness information statistics. Starting from version 3.0.4, the `SHOW 
CACHE HOTSPOT` statement is no longer supported for querying cache hotness 
information statistics. Please directly query the system table 
`__internal_schema.cloud_cache_hotspot`. For specific usage, please refer to 
[MANAGING FILE CACHE](../../../compute-storage-decoupled/file-cache.md).
+:::
+
 ## Syntax
 
 ```sql
-   SHOW CACHE HOTSPOT '/[compute_group_name/table_name]';
+   SHOW CACHE HOTSPOT '/[compute_group_name/db.table_name]';

Review Comment:
   should also update Parameters



-- 
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...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to