TUDB-Labs / TuDB

A distributed graph database system (GDBMS)
https://tudb-labs.github.io/TuDB/
Apache License 2.0
9 stars 1 forks source link

storage refactor #237

Open chunyang-wen opened 2 years ago

chunyang-wen commented 2 years ago

Storage should provide at least two levels of abstraction:

image
merlintang commented 2 years ago

good point

LianxinGao commented 2 years ago

Currently, in Storage level, we have a trait org.grapheco.tudb.store.storage.KeyValueDB to abstract all the key-value DB ( it can be redesign~)