Open yuqi1129 opened 1 day ago
May I take this?
May I take this?
Sure,please go on and I will assign it to you.
@pithecuse527 just assigned, thanks for help here.
I have a few questions as I go through the code.
Is this issue related to https://github.com/apache/gravitino/issues/2290? (Is this why we need to remove the RocksDB-related code?)
Should I remove the entire org.apache.gravitino.storage.kv package, or just the parts related to RocksDB?
If you're considering using a different key-value storage backend in the future, wouldn’t it be better to keep the other classes in the package to support that?
Thank you.
@yuqi1129
Is this issue related to [EPIC] Support another KV storage except RocksDB #2290? (Is this why we need to remove the RocksDB-related code?)
Kv Storage backend will not be supported, so we are going to remove all kv storage backend including RocksDBKvBackend.
Should I remove the entire org.apache.gravitino.storage.kv package, or just the parts related to RocksDB?
Remove all Kv Storage backend and related kv storage backend interface and correspondingly implementation.
If you're considering using a different key-value storage backend in the future, wouldn’t it be better to keep the other classes in the package to support that?
We will not support KV storage backend storage in the near future, so I believe we can remove it temporarily. If we plan to support it again in the future, I think we can add back or design a better one.
What would you like to be improved?
RocksDBKvBackend
is NOT maintained by the community, so we'd better to remove the related code. the whole things could includedorg.apache.gravitino.storage.kv
and related dependency classRocksDBKvBackend
if possible.How should we improve?
No response