-
Notifications
You must be signed in to change notification settings - Fork 28
Nebula Graph Community Meeting Archive
Wey Gu edited this page Jan 26, 2022
·
19 revisions
Meeting Archive
Community meeting kick-off and way of working - 5 mins - wey Project heartbeats - 5 mins - wey
- wey
recording: - https://youtu.be/7IiPAJ66IZg
- LDBC test cases introduced: https://github.com/vesoft-inc/nebula/pull/3537
- K6 supports Nebula Graph v1: https://github.com/vesoft-inc/k6-plugin/tree/nebula_v1
-
SHOW HOSTS
now reports version: https://github.com/vesoft-inc/nebula/pull/3702 - Configurable
max_expression_depth
: https://github.com/vesoft-inc/nebula/pull/3722 - Limit number of sessions per client: https://github.com/vesoft-inc/nebula/pull/3729
- PostgreSQL support in exchange: https://github.com/vesoft-inc/nebula-exchange/pull/62
-
Dgraph Data Import to Nebula Graph
- option 0 https://github.com/vesoft-inc/nebula-exchange/issues/57
- nebula-spark-connector & dgraph-spark-connector
- option 1 https://github.com/jievince/rdf-converter
- option 0 https://github.com/vesoft-inc/nebula-exchange/issues/57
-
Why is nebula in python slow?
- https://discuss.nebula-graph.com.cn/t/topic/7285 (Chinese, but with python code)
- TL;DR:
- CPU-bound in case of huge returning data(unserilzation), multi-process should be considerred
- IO-bound in case of long query(like
count(*)
), multi-thread helps only in this case
-
GraphD crash on CGROUPv2 OS/Container host OS
- https://github.com/vesoft-inc/nebula/issues/3278
- 2.6.2 is on the way