You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running on bare-metal dual socket/cpu systems, +sbt (and stbt) nnts can improve performance. +stbt is preferred because it is ignored on platforms that do not support it.
In order to make it a default setting for vm.args, though, we need to verify a few things:
performance isn't negatively impacted on other platforms (single cpu, platforms that don't support sbt, virtualized hardware)
performance isn't negatively impacted on other backends (leveldb, memory, most of the testing has been on bitcask and memory so far, but signs for leveldb are good).