KeyDB icon indicating copy to clipboard operation
KeyDB copied to clipboard

a new dedicated workqueue only for async write commit, and block clients while committing changes

Open yzhao244 opened this issue 2 years ago • 1 comments

Based on Ankita's initial async commit code, this PR contains a few new enhancements are introduced in this MR. Please review to see if the implementation makes sense

  1. a new dedicated writeworkqueue only for async write commit
  2. block clients while committing writes in background thread

yzhao244 avatar Nov 17 '23 20:11 yzhao244

@JohnSully Hi John, this PR is like a continuation of async commit which includes a specific workqueue for async commit and client blocks. @paulmchen

yzhao244 avatar Nov 17 '23 20:11 yzhao244