on 2024 Sep 11 4:21 PM
We would like to know how can we measure a data throughput - size of data transferred from source database to the target HANA database. Is there any query that we can use to see the data getting transferred?
We are using MssqlLogReaderAdapter to capture data changes at the MSSQL DB log (CDC mode) file and replicate data to HANA, is there a HANA table or view that we can query against to find out how many records/data size being processed by MssqlLogReaderAdapter per hour/day.
We would like to know how we can find the table modification rate per hour.
These statistics are recorded periodically by the dpagent and sent to the HANA system. For HANA Cloud the statistics can be viewed in M_REMOTE_SOURCE_STATISTICS, for help interpreting that data refer to the monitoring statistics reference: https://help.sap.com/docs/HANA_SMART_DATA_INTEGRATION/d60a5abb34d246cdb4ab7a4f6b9e3c93/0bd646bbaf934...
The statistics are presented as a snapshot in time, for example statistic ID #10021 "INSERT records processed by applier (per subscription)" will record the number of inserts applied for a remote subscription in the time between the previous statistics snapshot and the current snapshot. That snapshot interval is given by dpserver.ini > remote_source_statistics > collect_interval (default 300 seconds). This interval can be increased to view the statistics at your preferred level such as 3600 for hourly or 86400 for daily rates.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.