Skip to content

Nebula Graph v1.0.1

Compare
Choose a tag to compare
@jude-zhu jude-zhu released this 09 Jul 03:34
3132e39

New Features

  • Support uuid() in FIND PATH statement #2209.
  • 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