jamie-vesoft | 4 years ago | on: My boundaries as an open source developer
jamie-vesoft's comments
jamie-vesoft | 5 years ago | on: How to Build a CI/CD System with GitHub Action in Nebula Graph
Are you reading on mobile? As to "the share hover", do you mean the popup?
jamie-vesoft | 5 years ago | on: Nebula Graph: A Linearly Scalable, Distributed Graph Database Written in C++
jamie-vesoft | 5 years ago | on: Nebula Graph: A Linearly Scalable, Distributed Graph Database Written in C++
jamie-vesoft | 5 years ago | on: Nebula Graph: A Linearly Scalable, Distributed Graph Database Written in C++
jamie-vesoft | 5 years ago | on: Nebula Graph: A Linearly Scalable, Distributed Graph Database Written in C++
Yes we have been working on the benchmark data for quite some time because we have been working with our clients to verify our capability. For example, one of our clients has inserted 300b records to 6 servers within 20 hours, then we are confident to say that Nebula Graph can manage 690k inserts/sec/server.
We will keep working and provide a trustworthy benchmark report for you as soon as we can.
Thanks again!
jamie-vesoft | 5 years ago | on: Nebula Graph: A Linearly Scalable, Distributed Graph Database Written in C++
As to the data for throughput, there are some PoC projects going on and according to data from production, for inserting, one of our clients has inserted 300b records to 6 servers within 20 hours, that is 690k inserts/sec/server.
We want the benchmark data to be verified by decent clients in their production environment. And will reveal more data in the future.
Thanks again!
jamie-vesoft | 6 years ago | on: Ask HN: Is a startup with more than 18 people too big for TechCrunch?
jamie-vesoft | 6 years ago | on: Ask HN: Is RSS dead?
jamie-vesoft | 6 years ago | on: Ask HN: Is RSS dead?
jamie-vesoft | 6 years ago | on: Ask HN: Is a startup with more than 18 people too big for TechCrunch?
jamie-vesoft | 6 years ago | on: Graph query languages: Cypher vs. Gremlin vs. nGQL
jamie-vesoft | 6 years ago | on: Graph query languages: Cypher vs. Gremlin vs. nGQL
jamie-vesoft | 6 years ago | on: Graph query languages: Cypher vs. Gremlin vs. nGQL
jamie-vesoft | 6 years ago | on: Graph query languages: Cypher vs. Gremlin vs. nGQL
jamie-vesoft | 6 years ago | on: Custom Colors – Hacker News
jamie-vesoft | 6 years ago | on: Show HN: Nebula – a distributed graph database written in C++
Sorry about the where clause issue. Do you mind bringing an issue in this regard on our GitHub repo? So that we can assign it to relevant staff.
As to the query language, thanks for your suggestion and nGQL will surely be aligned with the GQL standard. We are keeping a close eye on it. :)
We are planning to support OpenCypher in the first half of 2020 and TinkerPop would be the next.
Thanks again! Here's our slack group btw and you may raise any question there: https://join.slack.com/t/nebulagraph/shared_invite/enQtNjIzM...
jamie-vesoft | 6 years ago | on: Show HN: Nebula – a distributed graph database written in C++
Nebula doesn't store data multiple times for index.
And here's how the indexing works in Nebula Graph:
You are allowed to create multiple indexes for one tag or edge type in Nebula Graph. For example, if a vertex has 5 properties attached to it, then you can create one index for each if it's necessary for you. Both indexes and the raw data are stored in the same partition with their own data structure for quick query statement scanning. Whenever there are "where" clause/syntax in the queries, the index optimizer decides which index file should be traversed.
jamie-vesoft | 6 years ago | on: Show HN: Nebula – a distributed graph database written in C++
You may take a look at this article about the design of our storage engine: https://github.com/vesoft-inc/nebula/blob/master/docs/manual...
In 2020 we will be working on more plugins. You may stay tuned if that interests you. :)
jamie-vesoft | 6 years ago | on: Thank HN: You helped me get a new job