sryanyuan opened a new pull request, #3327: URL: https://github.com/apache/kvrocks/pull/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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
