async fn fetch_snapshot_size<'a, Q>(
conn: &mut Q,
tables: Vec<(MySqlTableName, usize)>,
metrics: MySqlSnapshotMetrics,
) -> Result<u64, Error>where
Q: Queryable,
Expand description
Fetch the size of the snapshot on this worker.
async fn fetch_snapshot_size<'a, Q>(
conn: &mut Q,
tables: Vec<(MySqlTableName, usize)>,
metrics: MySqlSnapshotMetrics,
) -> Result<u64, Error>where
Q: Queryable,
Fetch the size of the snapshot on this worker.