Function mz_storage::source::mysql::snapshot::fetch_snapshot_size
source ยท 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.