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
Our business will introduce version 2.4 to replace 2.0,we found the 2.4 performance to be lower than 2.0.
For my work, I found the cause of the problem -- build type for one of thirdparty named rocksdb.
We lost flag "CMAKE_BUILD_TYPE=Release" on once Reconstruction.
#1339
RocksDB library is not built in Release version, which may cause terrible performance issues.
This PR is to cherry-pick #1340 into v2.4 to resolve#1339.
Bug Report
Our business will introduce version 2.4 to replace 2.0,we found the 2.4 performance to be lower than 2.0.
For my work, I found the cause of the problem -- build type for one of thirdparty named rocksdb.
We lost flag "CMAKE_BUILD_TYPE=Release" on once Reconstruction.
rocksdb build type deleted by this commit: XiaoMi/rdsn@aef76b1#diff-74b3e476c2f3ca1dd3782cb2ef32bbf6b53adc54d8d961d829fdfd1523c433b8
The text was updated successfully, but these errors were encountered: