pub async fn big_read_multi_values<D>( config: D::Config, value_size: usize, n_entries: usize, )where D: KeyValueDatabase, D::Store: KeyValueStore,
Reading many keys at a time could trigger an error. This needs to be tested.