Debug broadcast (#2208)
* Add per cf rocksdb options, increase compaction and flush threads * Change broadcast stage to bulk write blobs * add db_ledger function specifically for broadcast * fix broken tests * fix benches
This commit is contained in:
@@ -310,8 +310,7 @@ pub fn process_blob(
|
||||
)?;
|
||||
vec![]
|
||||
} else {
|
||||
let data_key = DataCf::key(slot, pix);
|
||||
db_ledger.insert_data_blob(&data_key, &blob.read().unwrap())?
|
||||
db_ledger.insert_data_blobs(vec![&*blob.read().unwrap()])?
|
||||
};
|
||||
|
||||
#[cfg(feature = "erasure")]
|
||||
|
Reference in New Issue
Block a user