GitHub user git-hulk added a comment to the discussion: Sync-Mode (write_options.sync=on) extremly slow writes
>Is it just that Kvrocks + sync mode don’t play well together? @noxomix It's expected behavior that the write performance would be bad if the sync mode is enabled, because rocksdb will call the file system `sync` for each write. Want to know why you want to enable the sync mode? GitHub link: https://github.com/apache/kvrocks/discussions/3353#discussioncomment-15634989 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
