[
https://issues.apache.org/jira/browse/IGNITE-27393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksey Plekhanov resolved IGNITE-27393.
----------------------------------------
Fix Version/s: 2.18
Release Note: PerfStat: Updated list of ignored views
Resolution: Fixed
[~chesnokoff], looks good to me. Merged to master. Thanks for the contribution!
> [perfStat] Exclude statisticsPartitionData, metastorage and
> distributed.metastorage system views from report
> ------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-27393
> URL: https://issues.apache.org/jira/browse/IGNITE-27393
> Project: Ignite
> Issue Type: Improvement
> Reporter: Aleksandr Chesnokov
> Assignee: Aleksandr Chesnokov
> Priority: Major
> Labels: IEP-35, ise
> Fix For: 2.18
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Exclude {*}statisticsPartitionData{*}, *metastorage* and
> *distributed.metastorage* system views from report
> These system views are excluded from the standard performance report because
> they generate an excessively large amount of low-level diagnostic data. This
> data is typically only relevant for deep, targeted investigations into
> specific storage or memory allocation issues and creates unnecessary overhead
> in a general performance snapshot
> * *metastorage* contains numerous internal records such as per-partition SQL
> statistics obsolescence markers (stats.obs.*) and serialized internal
> objects, resulting in large reports with little diagnostic value for runtime
> performance.
> * *distributed.metastorage* includes large SQL statistics configuration
> entries (sql.statobj.) that can span thousands of columns per table and
> significantly increase report size. The same information is available in a
> more compact form via statistics. system views.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)