感谢猫的关注,如我下图所示,慢在了snapshot(Replicate Raft Log + Propose Wait + xxx )
raw_get、raw_batch_get在源码中都会get snapshot,这个get snapshot能否提速?
let snapshot =
Self::with_tls_engine(|engine| Self::snapshot(engine, snap_ctx)).await?;
let buckets = snapshot.ext().get_buckets();
let store = RawStore::new(snapshot, api_version);