New Features
- Support
uuid()
inFIND PATH
statement #2209. - Support disabling block cache of rocksdb by setting
rocksdb_block_cache
ofstoraged.conf
to less than or equal to0
#2177 - Adopt
folly::SingletonThreadLocal
in meta client to avoid multi-threads mitigating lock contention onlocalCacheLock_
, 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
sendsSnapshot
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 whenm
is set to0
#2202 - Fix the issue when combining
GO n STEPS
and|
pipe statement,an incomplete result is returned in some cases #2203