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
Support disabling block cache of rocksdb by setting rocksdb_block_cache of storaged.conf to less than or equal to 0#2177
Adopt folly::SingletonThreadLocal in meta client to avoid multi-threads mitigating lock contention on localCacheLock_, which improves the performance significantly. #2165
Storage supports different compression algorithms of rocksdb and setting different compressions for different levels. #2179
Bugfix
Fix the issue that compaction filter does not work when calls manual compaction #2184
Fix the issue that Leader sends Snapshot in some cases #2150
Fix the issue when UPSERT/UPDATE the new prop of existing data after adding a new prop of tag/edgetype, an error return #2186
Fix the issue that GO m ... n returns an error when m is set to 0#2202
Fix the issue when combining GO n STEPS and | pipe statement,an incomplete result is returned in some cases #2203