[ 
https://issues.apache.org/jira/browse/IGNITE-26328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vyacheslav Koptilin updated IGNITE-26328:
-----------------------------------------
    Description: 
It makes sense to introduce the following table metrics:

{noformat}
root: tables.{table name}
     - LocalPrimariesSize - estimated number of rows for local primaries
     - LocalReplicasSize - estimated number of rows for local replicas/backups
     
     - RwReads - number of reads performed within RW transactions
     - RoReads - number of reads performed within RO transactions
     - Writes - number of writes performed within RW transactions
     - Size - number of rows

     - Scans - total number of scans. Also, this metric should update 
roReads/rwReads
{noformat}

It is assumed that these metrics are local. This means the metrics take into 
account transactions, replicas, size of rows handled by this local node.


> Add initial table metrics that count reads and writes
> -----------------------------------------------------
>
>                 Key: IGNITE-26328
>                 URL: https://issues.apache.org/jira/browse/IGNITE-26328
>             Project: Ignite
>          Issue Type: Improvement
>          Components: metrics ai3
>            Reporter: Vyacheslav Koptilin
>            Assignee: Vyacheslav Koptilin
>            Priority: Major
>              Labels: ignite-3
>
> It makes sense to introduce the following table metrics:
> {noformat}
> root: tables.{table name}
>      - LocalPrimariesSize - estimated number of rows for local primaries
>      - LocalReplicasSize - estimated number of rows for local replicas/backups
>      
>      - RwReads - number of reads performed within RW transactions
>      - RoReads - number of reads performed within RO transactions
>      - Writes - number of writes performed within RW transactions
>      - Size - number of rows
>      - Scans - total number of scans. Also, this metric should update 
> roReads/rwReads
> {noformat}
> It is assumed that these metrics are local. This means the metrics take into 
> account transactions, replicas, size of rows handled by this local node.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to