Bifrost Document

Version 1.6.x

Bifrost ---- A heterogeneous middleware which can synchronize MySQL binlog data To Redis,MongoDB,ClickHouse...

TableCount

Count inserts, updates, deletes,DDL

 

InsertCount: The number of SQL inserts, if a single SQL, batch insert multiple data, here will only count 1

UpdateCount: The number of SQL updates, if a single SQL update multiple data, only one is counted

DeleteCount: The number of SQL deletes, if a single SQL delete multiple data, only one is counted

DDLCount: sum ddl count

InsertRows:

UpdateRows:

DeleteRows:

CommitCount:

 

Management

/bifrost/plugin/TableCount/index

Last updated on 29 Jan 2021
Edit on GitHub