The GitHub Actions job "CI" on kvrocks.git/unstable has succeeded.
Run started by GitHub user PragmaTwice (triggered by PragmaTwice).

Head commit for run:
c124922accd6cb8af3cb99d10901d2909a2c9268 / sryan yuan <[email protected]>
perf(hash): use MultiGet to reduce RocksDB calls in HMSET (#3327)

HMSET previously compared existing values by issuing a separate RocksDB
Get
for each field. When the number of fields is large, this results in
multiple
Get calls and extra overhead.

This change replaces multiple Get calls with a single MultiGet call,
batching
the reads and improving performance for HMSET with many fields.

---------

Co-authored-by: yxj25245 <[email protected]>
Co-authored-by: hulk <[email protected]>
Co-authored-by: Twice <[email protected]>

Report URL: https://github.com/apache/kvrocks/actions/runs/20779221644

With regards,
GitHub Actions via GitBox

Reply via email to