Vladimir Ozerov created IGNITE-11057:
----------------------------------------
Summary: Document new SQL system view "CACHE_GROUPS_IO"
Key: IGNITE-11057
URL:
https://issues.apache.org/jira/browse/IGNITE-11057 Project: Ignite
Issue Type: Task
Components: documentation, sql
Reporter: Vladimir Ozerov
Fix For: 2.8
See {{modules\indexing\src\main\java\org\apache\ignite\internal\processors\query\h2\sys\view\SqlSystemViewCacheGroupsIOStatistics.java}}
# {{GROUP_ID}} - cache group ID
# {{GROUP_ID}} - cache group name
# {{PHYSICAL_READS}} - number of physical reads (i.e. block read from disk) for the given group
# {{LOGICAL_READS}} - number of logical reads (i.e. from buffer cache) for the given group.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)