Searched refs:MAX_BATCH_NUM (Results 1 – 1 of 1) sorted by relevance
36 static MAX_BATCH_NUM: u32 = 100; const133 …y_times = (old_db.query_data_count(old_data_query_condition)? + MAX_BATCH_NUM - 1) / MAX_BATCH_NUM; in calculate_batch_split_times()144 …let query_options = QueryOptions { offset: None, limit: Some(MAX_BATCH_NUM), order_by: None, order… in migrate_data()