Skip to main content

compute_boundaries

Function compute_boundaries 

Source
async fn compute_boundaries<D: PrimaryKeyProber>(
    db: &mut D,
    workers: usize,
    estimated_row_count: u64,
    target_rows_per_prefix: u64,
    max_probed_prefixes: u64,
) -> Result<Vec<String>, MySqlError>