-
Notifications
You must be signed in to change notification settings - Fork 28
Nebula Graph Community Meeting Archive
Wey Gu edited this page Feb 9, 2022
·
19 revisions
Meeting Archive
-
2.6.2
Core released 🚩nebula/releases/tag/v2.6.2- fixed memeory issue/CGROUPv2 issue/full-text index issue
-
Master Core
- Snowflake ID supported in
UUID()
nebula/pull/3500 - Single Server(standalone) Support nebula/pull/3310
- fixed a backup issue if after v2 -> v3 upgrade nebula/pull/3855
- Snowflake ID supported in
-
⎈ K8s Operator nebula-operator/pull/109
-
unsatisfiableAction
, configuration for POD Spread Constraint
-
-
3.1.0
project created: 📅 https://github.com/orgs/vesoft-inc/projects/28/views/6 -
nebula-agent v0.1.0 released nebula-agent/releases/tag/v0.1.0
- Arch. of Nebula Graph
- How Nebula Services are landed in K8s
- Service Discovery in Nebula
- Nebula-Algorithm config explained
- How-to & Hands-on 🏂🏻
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