Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does Nebula Grapsh storage use KV store #4508

Closed
bithw1 opened this issue Aug 11, 2022 · 2 comments
Closed

Does Nebula Grapsh storage use KV store #4508

bithw1 opened this issue Aug 11, 2022 · 2 comments

Comments

@bithw1
Copy link

bithw1 commented Aug 11, 2022

Hi,

I am reading at https://docs.nebula-graph.com.cn/3.2.0/1.introduction/3.nebula-graph-architecture/4.storage-service/,

it says Nabula Graph is using 自研 KV store.

Somewhere, I heared that Nebula Graph is using HBase or RocksDB, so I want to ask for a clarification, thanks!

@wey-gu
Copy link
Contributor

wey-gu commented Aug 11, 2022

Hi,

I am reading at https://docs.nebula-graph.com.cn/3.2.0/1.introduction/3.nebula-graph-architecture/4.storage-service/,

it says Nabula Graph is using 自研 KV store.

Somewhere, I heared that Nebula Graph is using HBase or RocksDB, so I want to ask for a clarification, thanks!

NebulaGraph Storage is an in-house thing based on RocksDB, where the raft layer and meta are all created from scratch :).

https://github.com/vesoft-inc/nebula/tree/master/src/storage

PS. Years before we used to support both HBase and RocksDB, then we decided to drop HBase support at some time years ago.

@bithw1
Copy link
Author

bithw1 commented Aug 11, 2022

NebulaGraph Storage is an in-house thing based on RocksDB, where the raft layer and meta are all created from scratch :).

https://github.com/vesoft-inc/nebula/tree/master/src/storage

PS. Years before we used to support both HBase and RocksDB, then we decided to drop HBase support at some time years ago.

Thanks @wey-gu for the clarification!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants